@if (Route::has('login'))
@auth
{{ __("Dashboard") }}
@else
{{ __("Log in") }}
@endauth
@endif