@include('layouts.partials.header')

Please enter Candidate's Date of Birth
( कृपया अभ्यर्थी की जन्मतिथि दर्ज करें।)

{{$student->cname}}
{{$student->cso}}
{{Date('d/m/Y',strtotime($student->cdob))}}
{{$student->caddress}}
{{$student->aadharno}}
{{$student->coursename}}
{{Date('d/m/Y',strtotime($student->period_from))}}
{{Date('d/m/Y',strtotime($student->period_to))}}
{{Date('d/m/Y',strtotime($student->certificate_issue_date))}}
{{Date('d/m/Y',strtotime($student->certificate_valid_upto))}}
@include('layouts.partials.footer-scripts') @yield('footer')