{{-- OTP Verification Page File: resources/views/auth/otp-verify.blade.php --}}
{{-- Header --}}
🔐

Verify Your Device

An OTP has been sent to admin's mobile and email.
Ask admin to share the OTP.

{{-- Device info --}}
💻 Device: {{ $deviceName }}
{{-- Resent flash --}} @if(session('resent'))
✓ OTP resent successfully.
@endif {{-- Error --}} @if($errors->any())
{{ $errors->first() }}
@endif {{-- OTP Form --}}
@csrf

OTP valid for {{ config('otp.expiry_minutes', 60) }} minutes

{{-- Resend --}}

Didn't receive OTP?

@csrf
{{-- Back to login --}}
@csrf