@if (Route::has('login'))
@auth
Home
@else
Sign in
@if (Route::has('register'))
Sign up
@endif @endauth
@endif
Laravel
Docs
Laracasts
News
Blog
Nova
Forge
GitHub