Update welcome.blade.php
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
<a href="{{ url('/home') }}">Home</a>
|
||||
@else
|
||||
<a href="{{ route('login') }}">Login</a>
|
||||
|
||||
@if (Request::has('register'))
|
||||
<a href="{{ route('register') }}">Register</a>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user