Forgot Password
Enter your email to receive a reset OTP
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
Send OTP
Back to Login