@if (Route::has('login'))
@auth
Home
@else
Login
{{--
Register
--}} @endauth
@endif
Laravel
Documentation
Laracasts
News
Forge
GitHub