@include('partials.head')
Loading...
OTP Verification
@csrf

Verification code has been send to your email

@error('otp') {{ $message }} @enderror
{{-- Verify --}}
Didn't get the OTP,
@csrf Resend
@if(session('success')) {{ session('success') }} @endif @if(session('error')) {{ session('error') }} @endif @if($errors->has('email_address')) {{ $errors->first('email_address') }} @endif {{--
Didn't get the OTP, Resend
--}}