Reset Password
Enter your email and new password to complete the reset
@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
Email Address
@error('email')
{{ $message }}
@enderror
New Password
Password strength
@error('password')
{{ $message }}
@enderror
Confirm New Password
Reset Password
Back to Login