| Student | {{ $student['name'] }} | Reg No. | {{ $student['admission_number'] }} |
| Class | {{ $student['klass'] ?? '—' }} | {{ $student['email'] ?? '—' }} |
| Fee | Type | Original | Discount | Scholarship | Due | Paid | Balance | Status |
|---|---|---|---|---|---|---|---|---|
| {{ $i['fee_name'] }} | {{ $i['fee_type'] ?? '—' }} | ₦{{ number_format($i['original_amount'], 2) }} | @if ($i['discount_amount'] > 0) −₦{{ number_format($i['discount_amount'], 2) }} @else — @endif | @if ($i['scholarship_amount'] > 0) −₦{{ number_format($i['scholarship_amount'], 2) }} @else — @endif | ₦{{ number_format($i['amount_due'], 2) }} | ₦{{ number_format($i['amount_paid'], 2) }} | ₦{{ number_format($i['balance'], 2) }} | {{ $i['status'] }} |
No billed items in this window.
@endforelse