@include('includes.data_table_header')
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} {{----}} @if (isset($data['student']) && $data['student']->count() > 0) @php($i=1) @foreach($data['student'] as $student) {{----}} @php($i++) @endforeach @else @endif
S.N. Faculty/Class Sem. Reg.NumReg.DateStudent Name Status Action Service Activation
{{ $i }} {{ ViewHelper::getFacultyTitle( $student->faculty ) }} {{ ViewHelper::getSemesterTitle( $student->semester ) }}{{ \Carbon\Carbon::parse($student->reg_date)->format('Y-m-d')}} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{ ViewHelper::getAcademicStatus($student->academic_status)}}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}