@extends('layouts.auth') @section('title', 'Verification — OTP') @section('auth-top')
Already have an account? Login Support
@endsection @section('content') Back

Verification

Please enter the OTP sent to your registered phone number.

@if($errors->any())
{{ $errors->first() }}
@endif @if(session('otp_sent'))
OTP sent successfully to {{ session('masked_phone') }}.
@endif
@csrf
@for($i = 1; $i <= 6; $i++) @endfor

Didn't get a code? Click to resend (resend in 60s)

@endsection @push('scripts') @endpush