🔄 Reset Password
Enter the OTP and your new password
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
OTP (6 Digits)
New Password
Confirm Password
Reset Password
Back to Login