@include('head') @include('header')

Otp Verification For Create new Passcode

@csrf

Email Verification

OTP Sent on

Enter the OTP received as text message on the Mail ID.

Didn't receive OTP? Resend via Email


Mobile Verification

OTP Sent on XXXXXX

Enter the OTP received as text message on the mobile number.

Didn't receive OTP? Resend via SMS

@if ($errors->has('otp_error'))
{{ $errors->first('otp_error') }}
@endif