{{--

 {{ $panel }} List

--}} {{--
{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
--}}
{!! 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
{!! $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') }} {{__('form_fields.student.fields.name_of_student')}} CC.NO. Issue Date Year Character {{ __('common.actions')}}
{{ $i }} {{ ViewHelper::getFacultyTitle( $student->faculty ) }} {{ ViewHelper::getSemesterTitle( $student->semester ) }} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{$student->cc_num}} {{ \Carbon\Carbon::parse($student->date_of_issue)->format('d-M-Y')}} {{$student->year}} {{$student->character}}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.
{!! Form::close() !!}