Forgot Password
Enter your email to receive OTP
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
Email
@error('email')
{{ $message }}
@enderror
Send OTP
Back to Login