@include('layouts.includes.template_setting')
@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) @endforeach @else @endif
Edit Print Certificate Print View Report
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 }}
TC.No. {{$student->tc_num}}
Issue Date {{ \Carbon\Carbon::parse($student->date_of_issue)->format('d-M-Y')}}
Leave Date {{ \Carbon\Carbon::parse($student->date_of_leaving)->format('d-M-Y')}}
Character {{$student->character}}
Leave Time Class {{$student->leaving_time_class}}
Paid Fee Status {{$student->paid_fee_status}}
Qualified To Promote {{$student->qualified_to_promote}}
REF TEXT @if($student->ref_text) @php($refText = json_decode($student->ref_text)) @foreach($refText as $key => $value) @endforeach
{{str_replace('_',' ',$key)}} {{$value}}
@endif
History @php($history = $student->certificateHistory->where('certificate','transfer')->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)) @foreach($refText as $key => $value) @endforeach
{{str_replace('_',' ',$key)}} {{$value}}
@endif @endforeach @endif
No {{ $panel }} data found. Please Filter {{ $panel }} to show.