| Date | Amount |
|---|---|
| {{ \Carbon\Carbon::parse($r->paid_at)->format('d M Y') }} | {{ number_format($r->amount_paid, 2) }} |
| Due | Principal | Interest | Paid | Balance |
|---|---|---|---|---|
| {{ $s->due_date }} | {{ number_format($s->principal_amount, 2) }} | {{ number_format($s->interest_amount, 2) }} | {{ number_format($s->amount_paid, 2) }} | {{ number_format($s->balance, 2) }} |
| Prepared By: __________________ | Approved By: __________________ |