Certificate History List

{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
{{--" ""certificate" => "attendance" "certificate_id" => 9 "history_type" => "Updated" "ref_text" => "{"_token":"--}} @if (isset($data['history']) && $data['history']->count() > 0) @php($i=1) @foreach($data['history'] as $history) @php($i++) @endforeach @else @endif
S.N. Faculty/Class Sem. Reg.Num Student Name 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.