@extends('layouts.dash2') @section('title', 'OTP Verification') @section('content')
@include('partials._mobile_header', [ 'title' => 'OTP Verification', 'showBackButton' => true, 'backUrl' => route('dashboard'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])

Enter OTP

Input the OTP we sent to

{{ Auth::user()->email }}

@csrf

Security Notice

Never share your OTP with anyone, including bank staff. This code is only used to verify your transaction.

Having trouble? Contact our support team for immediate assistance.

@endsection