@if(Route::has('login'))

{{ __('Sign In') }}

{{ __('Enter your email address and password to access account.') }}

@csrf
👁️
@endif
@if(Route::has('password.request')) {{ __('Forgot your password?') }} @endif @if(Route::has('register'))

{{ __("Don't have an account?") }}{{ __('Sign Up') }}

@endif