Total Collected
{{ number_format($totalCollected) }} RWF
| Class | Total Collected (RWF) |
|---|---|
| {{ $class }} | {{ number_format($total) }} |
| Date | Student | Destination | Term | Amount (RWF) |
|---|---|---|---|---|
| {{ $p->payment_date ? $p->payment_date->format('M d, Y') : '-' }} | {{ $p->student->name ?? 'N/A' }} | {{ $p->destination }} | {{ $p->term }} | {{ number_format($p->amount) }} |