@if (Route::has('login'))
@auth Dashboard @else @if (Route::has('register')) Register @endif @endauth
@endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}