{{-- Disconnected from the active 3-step registration flow. Kept for optional OTP re-enable. --}}

Step 3 of 4

Enter verification code

We sent a 6-digit code to {{ $session_state['data']['email'] ?? 'your email' }}. @if($otp_expires_at) It expires at {{ $otp_expires_at }} (15 minutes). @endif

@csrf
@for($i = 0; $i < 6; $i++) @endfor
@error('otp')
{{ $message }}
@enderror
@csrf
@csrf