@include($view_path.'.includes.breadcrumb-primary') View
@include('certificate.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)
| {{__('form_fields.student.fields.faculty')}} | {{ ViewHelper::getFacultyTitle( $student->faculty ) }} | ||||
|---|---|---|---|---|---|
| {{__('form_fields.student.fields.semester')}} | {{ ViewHelper::getSemesterTitle( $student->semester ) }} | ||||
| {{ __('form_fields.student.fields.reg_no') }} | {{ $student->reg_no }} | ||||
| {{__('form_fields.student.fields.name_of_student')}} | {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} | ||||
| TC.No. | {{$student->nu_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')}} | ||||
| Leaving Time Class | {{$student->leaving_time_class}} | ||||
| Previous School | {{$student->previous_school_name}} | ||||
| Join Time Class | {{$student->join_time_class}} | ||||
| Reason to Leave | {{$student->reason_to_leave}} | ||||
| Mention Body Mark | {{$student->mention_body_mark}} | ||||
| Any Other Remark | {{$student->any_other_remark}} | ||||
| REF TEXT |
@if($student->ref_text)
@php($refText = json_decode($student->ref_text))
|
||||
| History |
@php($history = $student->certificateHistory->where('certificate','nirgam_utara')->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. | |||||