Reset Your Password

Enter your email address and we'll send you an OTP to reset your password.

Forgot Password

Enter your email to receive OTP

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror