@if (Route::has('login'))
@auth
Dashboard
@else
Login
@if (Route::has('register'))
Register
@endif @endif
@endif
Documentation
Coming Soon!.
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})