@if (app('request')->input('print') == 'y') @endif
KANACHUR INSTITUTE OF MEDICAL SCIENCES
(A unit of Kanachur Islamic Education Trust ®)
UNIVERSITY ROAD, NATEKAL – 575 018, MANGALORE (D.K.) KARNATAKA, INDIA
Approved by Medical Council of India / National Medical Council, New Delhi
Affiliated to Rajiv Gandhi University of Health Sciences, Bengaluru
@foreach ($data as $k => $v)
Ref No.: KIMS/ACA/CRMI/00{{ $v['certificate_no'] }}/2021-2022 @if ($v['student_details']['remarks']) {{ $v['student_details']['remarks'] }} @endif
Date: {{ date('d-m-Y', strtotime($v['certificate_date'])) }}
@php $so = ''; $he = ''; $his = ''; if ($v['student_details']['gender'] == 'Male') { $so = 'S/o'; $he = 'He'; $his = 'his'; } else { $so = 'D/o'; $he = 'She'; $his = 'her'; } @endphp
           This is to certify that Dr. {{ $v['student_details']['name'] }} {{ $so }} {{ $v['student_details']['father_name'] }}, bearing Reg. No. {{ $v['student_details']['regno'] }} was a bonafide student of this College from {{ $v['academic_from'] }} to {{ $v['academic_to'] }}. {{ $he }} passed final {{ $v['exam_name'] }} examination conducted by Rajiv Gandhi University of Health Sciences in the month of {{ $v['exam_month'] }}. {{ $he }} completed one year Compulsary Rotating Medical Internship at Kanachur Institute of Medical Sciences / Kanachur Hospital & Research Center Mangalore from {{ $v['internship_from'] }} to {{ $v['internship_to'] }} including repetition / extension as under:
@foreach ($v['certificate_details'] as $vv) @php $dateArray = explode(',', $vv['periods']); $dateCount = count($dateArray); @endphp @for ($i = 0; $i < $dateCount; $i++) @php $date = explode('-', $dateArray[$i]); @endphp @endfor @endforeach
Department Duration Period
From To
{{ $vv['department_details']['name'] }}
{{ $vv['duration'] }}
{{ $date[0] }}
{{ $date[1] }}
During the above training period {{ $his }} character and conduct was found to be {{ $v['character'] }}.
DEAN
@endforeach