Society Limited
Loan Payment Schedule
| Month | Due Date | Payment Amount | Principal | Interest | Remaining Balance |
|---|---|---|---|---|---|
| {{ $payment['month'] }} | {{ $payment['due_date'] }} | KSh {{ number_format($payment['payment'], 2) }} | KSh {{ number_format($payment['principal'], 2) }} | KSh {{ number_format($payment['interest'], 2) }} | KSh {{ number_format($payment['balance'], 2) }} |
| TOTALS: | KSh {{ number_format($loan->total_amount, 2) }} | KSh {{ number_format($loan->amount, 2) }} | KSh {{ number_format($loan->total_amount - $loan->amount, 2) }} | KSh 0.00 | |