{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!}
| {!! $data['student']->appends($data['filter_query'])->links() !!} | ||||||||||||
| {{ __('common.s_n')}} | {{__('form_fields.student.fields.faculty')}} | {{__('form_fields.student.fields.semester')}} | {{ __('form_fields.student.fields.reg_no') }} | {{--Reg.Date | --}}{{__('form_fields.student.fields.name_of_student')}} | Academic {{ __('common.status')}} | {{ __('common.status')}} | {{ __('common.actions')}} | {{ __('common.service_activation')}} | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $student->faculty }} | {{ $student->semester }} | {{--{{ 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 }} | {{ $student->academic_status}} |
|
|||
| No {{ $panel }} data found. Please Filter {{ $panel }} to show. | ||||||||||||