@if (Route::has('login'))
@auth Dashboard
@csrf
@else Log in @if (Route::has('admin/register')) Register @endif @endauth
@endif