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