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