| Accounting Code | Subsidiary | Amount |
|---|---|---|
| {{$ledger->accounting_code}} | {{$ledger->description}} | {{number_format($ledger->amount,2)}} |
| {{$tuition->accounting_code='41100'}} | {{$tuition->category}} | {{number_format($tuition->amount,2)}} |
| Total | {{number_format($total,2)}} | |