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