Verify OTP
Enter the 6-digit OTP sent to your email
@if (session('otp'))
OTP:
{{ session('otp') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
@csrf
OTP
@error('otp')
{{ $message }}
@enderror
Verify OTP
Back to Forgot Password