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