Reset Your Password
Enter your new password below
@csrf
{{-- Email --}}
Email Address
@error('email')
{{ $message }}
@enderror
{{-- Password --}}
New Password
@error('password')
{{ $message }}
@enderror
{{-- Confirm Password --}}
Confirm New Password
@error('password_confirmation')
{{ $message }}
@enderror
Reset Password
Remember your password?
Back to Login