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

 Filter Transaction

@include('print.includes.institution-detail')
CHART OF ACCOUNTS
@if (isset($data['account-group']) && $data['account-group']->count() > 0) @php($i=1) @foreach($data['account-group'] as $key => $type) @php($i++) @endforeach @else @endif
TYPE GROUP ACCOUNT
{{$key}} @foreach($type as $gkey => $group ) @endforeach
{{$group->id}} {{$group->ac_name}} @if($group->ledgers->count() > 0) @foreach($group->ledgers as $lkey => $ledger ) @endforeach
{{$group->id}}_{{$ledger->id}} {{$ledger->tr_head}}
@endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.