@extends('layouts.auth') @section('content')

Two-factor verification

Enter the 6 digit OTP sent to the registered contact.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('otp') {{ $message }} @enderror
@endsection