@vite(['resources/css/app.css', 'resources/js/app.js'])

OTP Verification

Enter the 6-digit code sent to {{ $maskedTarget }} via {{ strtoupper($channel) }}.

Code expires at {{ $expiresAt->format('h:i A') }}. Remaining attempts: {{ $remainingAttempts }}.

@if (session('status'))
{{ session('status') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@csrf