@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['fees_head']) && $data['fees_head']->count() > 0) @php($i=1) @foreach($data['fees_head'] as $fees_head) @php($i++) @endforeach @else @endif
S.N. {{ $panel }} Amount Status
{{ $i }} {{ $fees_head->fee_head_title }} {{ $fees_head->fee_head_amount }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}