No active enrollments yet. Enroll a student in a course first.
@else @endif| Invoice | Student | Course | Period | Amount | Status | |
|---|---|---|---|---|---|---|
| {{ $fee->invoice_number }} | @if($fee->student) {{ $fee->student->name }} @else {{ $fee->client_name }} @endif | {{ $fee->course?->name ?? $fee->product_name }} | {{ $fee->feePeriodLabel() ?? '—' }} | {{ $fee->currency }} {{ number_format($fee->total(), 2) }} | @if($fee->status === 'paid') Paid {{ optional($fee->paid_at)->format('d M Y') }} @else Unpaid @endif | @if($fee->status !== 'paid') @endif |
| No fee invoices for this period. | ||||||
To receive a fee: go to Transactions → pick the bank account → Credit → category Student Fee, then select the invoice. The amount is credited to the account and the fee is marked paid.
{{ $fees->links() }}