@if($student->status == 'Active') @endif

{{$student->cname}}

{{$student->cso}}

{{date('d/m/Y',strtotime($student->cdob))}}

{{$student->cmobileno}}

{{$student->caddress}}

{{$student->aadharno}}

{{$student->status}}

{{$student->coursename}}

{{$student->certifiace_prefix}}

@if($student->period_from) {{Date('d/m/Y',strtotime($student->period_from))}} @else ---- @endif

@if($student->period_to) {{Date('d/m/Y',strtotime($student->period_to))}} @else ---- @endif

{{$student->hologram_serial_no}}

@if($student->certificate_issue_date) {{Date('d/m/Y',strtotime($student->certificate_issue_date))}} @else ---- @endif

@if($student->certificate_valid_upto) {{Date('d/m/Y',strtotime($student->certificate_valid_upto))}} @else ---- @endif