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