@if (Route::has('login'))
@if (Auth::check())
Dashboard
@else
Login
@endif
@endif
Laravel
Documentation
Laracasts
News
Forge
GitHub