@if ($errors->any())

{{ __('Login Failed') }}

@foreach ($errors->all() as $error)

{{ $error }}

@endforeach

{{ __('If you believe this is an error, please contact the administrator.') }}

@endif
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
{{ __('Log in') }}
@if (Route::has('register'))
{{ __('Don\'t have an account?') }} {{ __('Sign up') }}
@endif