Apply for Loan Choose amount & repayment period
@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
Your EMI Card
{{ $emiCard->card_number }}
Available Limit
₹{{ number_format((float)$availableLimit,0) }}
Card Limit ₹{{ number_format((float)$emiCard->card_limit,0) }}
Status Active
@csrf
How much do you need? Loan amount
Select Amount
₹{{ number_format((float)$settings->minimum_loan_amount,0) }} – ₹{{ number_format((float)$clientMaximum,0) }}
Min Max
@foreach([10000,25000,50000,100000,200000,500000] as $quick) @if($quick >= (float)$settings->minimum_loan_amount && $quick <= (float)$clientMaximum) @endif @endforeach
Repayment period Choose tenure
@if(count($allowedTenures))
@foreach($allowedTenures as $months)
@endforeach
@else
No repayment tenure is currently available.
@endif
Loan Summary Live estimate
Loan Amount ₹0.00
Interest Rate 0% Interest
Interest Amount ₹0.00
Processing Fee @if(($settings->processing_fee_type ?? 'fixed') === 'percentage') ({{ rtrim(rtrim(number_format((float) $settings->processing_fee, 2), '0'), '.') }}%) @endif Calculating...
Total EMI Payable ₹0.00
Estimated Monthly EMI ₹0.00
Processing fee is separate from EMI and is payable after loan approval.
This is a 0% interest loan. Processing fee is calculated separately and is not included in EMI. The processing fee must be paid after approval before disbursement.
By continuing, you agree to the applicable loan terms and repayment schedule.