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