@extends('eliteadmin::layouts.auth') @section('title', 'Two-Factor Verification') @section('brand_heading', 'Verify your identity') @section('brand_description', 'Enter the 6-digit code sent to your WhatsApp number to complete sign in.') @section('content')

WhatsApp verification

We sent a code to {{ $phoneHint }}

@if (session('status')) @endif @if (session('error')) @endif @if ($errors->any()) {{ $errors->first() }} @endif
@csrf
@error('code')
{{ $message }}
@enderror
@csrf
@endsection