{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!}
 Print Certificate  Export {{--  PDF--}}  {{__('common.active_button')}}  {{__('common.in_active_button')}}  {{__('common.delete_button')}} |  Create/Reset Login  Create Library Member
{!! Form::select('certificate-template', $data['certificate-template'], null, ['class' => 'form-control']) !!}
{{----}} @if (isset($data['student']) && $data['student']->count() > 0) @php($i=1) @foreach($data['student'] as $student) {{-- --}} {{-- --}} {{----}} @php($i++) @endforeach @else @endif
{!! $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.
{!! Form::close() !!}