@if(session('error'))
{{ session('error') }}
@endif @if(session('payment_success'))
{{ session('payment_success') }}
@endif
!

Important Verification Notice

Please ensure that your mobile number, Aadhaar and PAN details are accurate and belong to you. These details may be verified during application processing. If incorrect, false or mismatched information is detected, your application may be rejected and your account may be temporarily suspended pending verification.

Personal Details Completed
KYC Details Completed
Bank Details Completed
Job Details Completed

Personal Details

✓ Completed
Full Name {{ $profile->full_name }}
Mobile {{ $profile->mobile }}
City {{ $profile->city ?: '—' }}
State {{ $profile->state ?: '—' }}

KYC Details

✓ Submitted
Aadhaar XXXX XXXX XXXX
PAN XXXXXXXXXX
KYC Status {{ ucfirst($kyc->status) }}

Bank Details

✓ Completed
Bank Name {{ $bankDetail->bank_name ?? '—' }}
Branch {{ $bankDetail->branch ?? '—' }}
Account Number {{ $bankDetail->account_number ?? '—' }}
IFSC Code {{ $bankDetail->ifsc_code ?? '—' }}

Employment

✓ Completed
Employment Type {{ ucwords(str_replace('_', ' ', $employment->employment_type)) }}
Company {{ $employment->company_name ?: '—' }}
Job Title {{ $employment->job_title ?: '—' }}

Application

Ready
Applicant {{ Auth::user()->name }}
Email {{ Auth::user()->email }}
Application Status Submitted
@php $settings = \App\Models\LoanSetting::first(); $cardUnlockAmount = $settings ? (float) $settings->card_unlock_amount : 0; $cardUnlockDisplay = \App\Helpers\MoneyHelper::format( $cardUnlockAmount ); $validUntil = now() ->addYears(3) ->format('m/y'); @endphp

Your EMI CREDITS Card

Your card preview is ready.

EMI CARD
🔒 LOCKED
Card Number
4532  ****  ****  8291
Card Holder
{{ strtoupper($profile->full_name) }}
VALID THRU {{ $validUntil }}
🔒
{{ \App\Helpers\MoneyHelper::format(899) }} {{ $cardUnlockDisplay }} OFFER PRICE
@if($cardUnlockAmount > 0)
@csrf
@else
Card unlock amount is not configured in System Settings. Please contact administrator.
@endif
Secure payment · Terms and applicable conditions apply