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