@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['tr_head']) && $data['tr_head']->count() > 0) @php($i=1) @foreach($data['tr_head'] as $trHead) @php($i++) @endforeach @else @endif
S.N. {{ $panel }} Group Balance Status
{{ $i }} {{$trHead->tr_head}} {{ ViewHelper::getAcGroupById($trHead->acc_id) }} {{ $trHead->tR->sum('dr_amount') - $trHead->tR->sum('cr_amount') }}
{!! Form::close() !!}