Verify Your Identity

Enter the 6-digit verification code sent to your email address

Verify OTP

Enter the 6-digit OTP sent to your email

@if (session('otp'))
OTP for testing: {{ session('otp') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf
02:00