Certificate History List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@if (isset($data['history']) && $data['history']->count() > 0) @php($i=1) @foreach($data['history'] as $history) @php($i++) @endforeach @else @endif
{!! $data['history']->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')}} Certificate History Created At Ref_Text
{{ $i }} {{ ViewHelper::getFacultyTitle( $history->faculty ) }} {{ ViewHelper::getSemesterTitle( $history->semester ) }} {{ $history->reg_no }} {{ $history->first_name.' '.$history->middle_name.' '. $history->last_name }} {{ $history->certificate }} {{ \Carbon\Carbon::parse($history->created_at)->format('Y-m-d')}}
No Certificate history data found.