Verify Otp
Enter your registered email to receive OTP
{{-- Success / Error Messages --}}
@if (session('success'))
{{ session('success') }}
@elseif (session('error'))
{{ session('error') }}
@endif
{{-- Send OTP Form --}}