Particulars | Cr. | Dr. |
---|---|---|
Opening Balance | {{ $data['total']['opening'] }} Cr. | |
Total Fee Collected | {{ $data['fee_collection'] }} Cr. | |
Total Salary Pay | {{ $data['salary_pay'] }} Dr. | |
Bank deposit / withdraw amount | {{$data['bank_transaction']->sum('cr_amt')}} Cr. | {{ $data['bank_transaction']->sum('dr_amt') }} Dr. |
Transactions Income and Expenses on different heads | {{$data['transaction']->sum('cr_amount')}} Cr. | {{ $data['transaction']->sum('dr_amount') }} Dr. |
Closing Balance Cash on Hand | {{ $data['total']['coh'] }} Dr. | |
Account Tally | {{ $data['total']['cr'] }} Cr. | {{ $data['total']['dr'] }} Dr. |
S.N. | Head | Amount | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ ViewHelper::getFeeHeadById($feesCollection[0]->fee_head) }} | {{ $feesCollection->sum('paid_amount') }} | @php($i++) {{-- @endforeach @endif--}} @endforeach @else||||||||
No {{ $panel }} data found. Please Filter {{ $panel }} to show. | ||||||||||
Total | {{ $data['fee_collection_total'] }} |