No active courses yet. Add a course before enrolling this student.
@else @endif| Course | Monthly Fee | Start | End | Status | |
|---|---|---|---|---|---|
| {{ $enrollment->course?->name ?? '—' }} | |||||
| Not enrolled in any course yet. | |||||
| Invoice | Period | Course | Amount | Status | Received |
|---|---|---|---|---|---|
| {{ $fee->invoice_number }} | {{ $fee->feePeriodLabel() ?? '—' }} | {{ $fee->course?->name ?? $fee->product_name }} | {{ $fee->currency }} {{ number_format($fee->total(), 2) }} | {{ $fee->status === 'paid' ? 'Paid' : 'Unpaid' }} | {{ optional($fee->paid_at)->format('d M Y') ?: '—' }} |
| No fees raised yet. | |||||