@include('layouts.includes.template_setting')
@include('account.includes.buttons')
@include('includes.flash_messages') @include('account.transaction.includes.buttons')

 Filter Transaction

{!! Form::label('acc_id', 'Group', ['class' => 'col-sm-1 control-label']) !!}
@if(isset($data['row'])) @else @endif

@include('print.includes.institution-detail')
BALANCE STATEMENT OF ACCOUNTS
@if (isset($data['tr_head']) && $data['tr_head']->count() > 0) @php($i=1) @foreach($data['tr_head'] as $key => $trHead) @php($i++) @endforeach @else @endif
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}}