|
@@ -71,8 +71,8 @@
|
|
@if (Auth::check())
|
|
@if (Auth::check())
|
|
<a href="{{ url('/home') }}">Home</a>
|
|
<a href="{{ url('/home') }}">Home</a>
|
|
@else
|
|
@else
|
|
- <a href="{{ url('/login') }}">Login</a>
|
|
|
|
- <a href="{{ url('/register') }}">Register</a>
|
|
|
|
|
|
+ <a href="{{ route('login') }}">Login</a>
|
|
|
|
+ <a href="{{ route('register') }}">Register</a>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|