Loading...
Verify Email
Enter the OTP code sent to
your mail
@if (session()->has('message'))
{{ session()->get('message') }}
@endif @if (session()->has('status'))
{{ session()->get('status') }}
@endif @if($errors->any()) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
@csrf
Verify & Proceed
Processing
Don't received the OTP?
{{----}}