Login

Enter your email address and password to access your account.

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif

Don't have an account? Register

{{--
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
--}}