@include('account.includes.buttons')
@include('print.includes.institution-detail')
BALANCE STATEMENT OF ACCOUNTS
SN | ACCOUNT | TYPE | Debit (+) | Credit (-) | Balance |
---|---|---|---|---|---|
{{ $i }} | {{$trHead->tr_head}} | {{ ViewHelper::getAcGroupById($trHead->acc_id) }} | {{$trHead->dr_amount}} | {{$trHead->cr_amount}} | {{$trHead->balance}} |
No {{ $panel }} data found. Please Filter {{ $panel }} to show. | |||||
Grand Total: | {{isset($data['tr_head'])?$data['tr_head']->sum('dr_amount'):0}} | {{isset($data['tr_head'])?$data['tr_head']->sum('cr_amount'):0}} | {{isset($data['tr_head'])?$data['tr_head']->sum('balance'):0}} |