| SL | APPLICANT NAME | FATHER NAME | WRITTEN EXAM DATE | @if($exam_type_id == 2 || $exam_type_id == 3)VIVA EXAM DATE | @elseif($exam_type_id == 3)PRACTICAL EXAM DATE | @endif
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$value->applicant_name}} | {{$value->father_name}} | {{date('d-m-Y h:i A', strtotime($value->written_date))}} | @if($exam_type_id == 2 || $exam_type_id == 3){{date('d-m-Y h:i A', strtotime($value->viva_date))}} | @elseif($exam_type_id == 3){{date('d-m-Y h:i A', strtotime($value->practical_date))}} | @endif