@extends('admin.layouts.app') @section('title', 'Fee Groups') @section('breadcrumb')
Bundle fee heads into groups for class assignment
| {{ $item->feeHead?->name ?? '—' }} | ₹{{ number_format($item->amount) }} |
| Total | ₹{{ number_format($group->total_amount) }} |
No fee groups yet