@extends('dashboard_connect.dash_master') @section('pagescontents')

Create Certificate

@if(Session::has('status'))
@endif @if(Session::has('wrong'))
@endif
@csrf
Please select session.
Please select course name.
Please select certificate name.
Please select student name.
@if(!empty($sessionid) && !empty($courseid) && !empty($certfname) && !empty($studentid)) @php $courseyear = getcourseyear($courseid); @endphp

{{ getcoursename($courseid) }} Certificate Details

@foreach($restData as $keyone => $itemone)
 
 
 
 
 
 
 
 
 
 
 
Ref. No.: : PCC/{{ Carbon\Carbon::now()->format('Y') }}/{{ $itemone['certificatenum'] }} Date: {{ Carbon\Carbon::now()->format('d-m-Y') }}
 
अनंतिम/चरित्र/महाविद्यालय छोड़ने का प्रमाण पत्र
Provisional/Character Cum College Leaving Certificate
 
यह प्रमाणित किया जाता है कि {{ $itemone['fullnamehn'] }} {{ $itemone['gendmsg'] }} श्री {{ $itemone['fathernmhn'] }} और श्रीमती {{ $itemone['mothernmhn'] }} महाविद्यालय अनुक्रमांक {{ $itemone['collrollno'] }} वर्ष {{ $itemone['studyfrom'] }} से वर्ष {{ $itemone['studyto'] }} तक इस महाविद्यालय का नियमित {{ $itemone['chtrmsg'] }} था/थी। उसने परीक्षा अनुक्रमांक {{ $itemone['examrollno'] }} के अधीन {{ $itemone['hindicourse'] }} @if(!empty($itemone['hindisubject']))[{{ $itemone['hindisubject'] }}]@endif {{ $itemone['dispsemhn'] }} दिल्ली विश्वविद्यालय की परीक्षा उत्तीर्ण की है, जो मई-जून/नवंबर-दिसंबर {{ $itemone['examheld'] }} में हुई थी। उसने 10 अंक/CGPA में से {{ Round($itemone['grandcgpa'],6) }} अंक/CGPA {{ $itemone['dispresult'] }} से प्राप्त किए।

दिल्ली विश्वविद्यालय का उपाधि प्रमाण पत्र उसे तब जारी किया जाएगा, जब यह विश्वविद्यालय के दीक्षांत समारोह के बाद महाविद्यालय को प्राप्त हो जाएगा।

वह एक अच्छा नैतिक चरित्र वहन {{ $itemone['katrmsg'] }} है। उसने मई {{ $itemone['duespaid'] }} तक अपने बकाया राशि का भुगतान कर दिया है।

Date of Birth. (जन्म तिथि): {{ Carbon\Carbon::parse($itemone['dobirth'])->format('d/m/Y') }}
University Enrolment No. (नामांकन संख्या): {{ $itemone['enrolmentno'] }}

This is to certify that {{ $itemone['fullname'] }}, {{ $itemone['sondaut'] }} of Mr. {{ $itemone['fathernm'] }} & Ms./Mrs. {{ $itemone['mothernm'] }}, College Roll No. {{ $itemone['collrollno'] }} was a {{ Str::lower($itemone['stutype']) }} student of this college from {{ $itemone['studyfrom'] }} to {{ $itemone['studyto'] }}. {{ $itemone['heshe'] }} passed {{ $itemone['coursename'] }} {{ $itemone['dispmaineng'] }} examination of the University of Delhi under Exam Roll No. {{ $itemone['examrollno'] }} held in May-June/Nov.-Dec {{ $itemone['examheld'] }}. {{ $itemone['heshe'] }} secured {{ Round($itemone['grandcgpa'],6) }} marks/CGPA out of 10 marks/CGPA with {{ $itemone['finaldiv'] }}.

The Degree Certificate of the University of Delhi will be issued to {{ Str::lower($itemone['himher']) }} when it is received by the college after convocation of the University.

{{ $itemone['heshe'] }} bears a good moral character. {{ $itemone['heshe'] }} has paid {{ $itemone['hisher'] }} dues upto May, {{ $itemone['duespaid'] }}. @if($itemone['extremarks'] == "NA") @else
Remarks: {{ $itemone['extremarks'] }} @endif
 
 
Certificate No.: KMC{{ $itemone['certificatenum'] }}
प्राचार्य     
PRINCIPAL

@endforeach
@endif @endsection