@if (Route::has('login'))
@auth
{{ __('strings.home') }}
@else
{{ __('strings.login') }}
@endauth
@endif
{{ __('strings.app_name') }}