@include($view_path.'.includes.breadcrumb-primary') View
@include('certificate.includes.buttons')
@include($view_path.'.includes.buttons')
@include('includes.flash_messages')
@include('includes.validation_error_messages')
@if (isset($data['student']) && $data['student']->count() > 0)
@php($i=1)
@foreach($data['student'] as $student)
Faculty/Class | {{ ViewHelper::getFacultyTitle( $student->faculty ) }} | ||
---|---|---|---|
Sem. | {{ ViewHelper::getSemesterTitle( $student->semester ) }} | ||
Reg.Num | {{ $student->reg_no }} | ||
Student Name | {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} | ||
Issue Date | {{ \Carbon\Carbon::parse($student->date_of_issue)->format('d-M-Y')}} | ||
Period | {{$student->period}} | ||
Character | {{$student->character}} | ||
REF TEXT |
@if($student->ref_text)
@php($refText = json_decode($student->ref_text))
|
||
History |
@php($history = $student->certificateHistory->where('certificate','bonafide')->where('certificate_id',$student->certificate_id))
@if (isset($history) && $history->count() > 0)
@foreach($history as $key => $hist)
{{ $hist->history_type }}-{{ $hist->created_at }}
@if($hist->ref_text)
@php($refText = json_decode($hist->ref_text))
|
||
No {{ $panel }} data found. Please Filter {{ $panel }} to show. |