Welcome to Admin Dashboard
Please choose an option to continue:
@if (Route::has('login')) @auth
Go to Home
@else
Login
@if (Route::has('register'))
Register
@endif @endauth @endif