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