@if (Route::has('password.request')) {{ __('messages.auth.forgot_password') }} @endif
{{ __('messages.auth.log_in') }}
@if (Route::has('register'))
{{ __('messages.auth.no_account') }} {{ __('messages.auth.sign_up') }}
@endif