| Fee Head Name | Amount | Fee Type | Due Day/Date | Late Fee | Class | Academic Year | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $fee->feeHead->name }} | ₹{{ number_format($fee->amount, 2) }} | {{ ucfirst(str_replace('_', ' ', $fee->fee_type)) }} | @if($fee->fee_type === 'recurring') Day {{ $fee->due_day_of_month }} @else {{ \Carbon\Carbon::parse($fee->due_date)->format('d M Y') }} @endif | {{ $fee->late_fee_amount }} | {{ $fee->class->class_name }} | {{ $fee->financialYear->label }} |
status ? 'checked' : '' }}
>
|
|
| No fee head found for the current academic year and class | ||||||||