@use('Illuminate\Foundation\Application') Laravel
@if (Route::has('login'))
@auth Dashboard @else Log in @if (Route::has('register')) Register @endif @endauth
@endif
Laravel v{{ Application::VERSION }} (PHP v{{ PHP_VERSION }})