OTP verification

Enter the OTP and set a new password.

Your OTP is valid for a short time. Passwords must be at least 8 characters and include mixed case and numbers.

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf Request a new OTP