Dear {{ $client->first_name }} {{ $client->last_name }},
We are pleased to inform you that your loan application {{ $loan->loan_number }} has been approved.
Loan Details
Loan Amount:
${{ number_format($loan->amount, 2) }}
Interest Rate:
{{ $loan->interest_rate }}%
Loan Term:
{{ $loan->duration_months }} months
Monthly Payment:
${{ number_format($loan->monthly_payment, 2) }}
Total Repayment:
${{ number_format($loan->total_repayment, 2) }}
If you have any questions, please don't hesitate to contact our customer service team.
View Loan Details