| Name | Size | Mode | Actions |
|---|---|---|---|
| absentee.blade.php | 1443 | 0644 | editdlrm |
| admission.blade.php | 11145 | 0644 | editdlrm |
| default-transfer-certificate.blade.php | 2456 | 0644 | editdlrm |
| fee-receipt.blade.php | 8606 | 0644 | editdlrm |
| fee.blade.php | 2486 | 0644 | editdlrm |
| id-card.blade.php | 3480 | 0644 | editdlrm |
| parent.blade.php | 1227 | 0644 | editdlrm |
| promotion.blade.php | 1820 | 0644 | editdlrm |
| registration-fee-receipt.blade.php | 2966 | 0644 | editdlrm |
| registration.blade.php | 2011 | 0644 | editdlrm |
| termination.blade.php | 1538 | 0644 | editdlrm |
| transfer-certificate.blade.php | 105 | 0644 | editdlrm |
/home/techb158/ileadtechnology.com/SSM/resources/views/print/student/promotion.blade.php (1820B)
| {{trans('student.admission_number_short')}} | {{trans('student.name')}} | {{trans('student.father_name')}} | {{trans('student.mother_name')}} | {{trans('student.date_of_admission')}} | {{trans('student.date_of_promotion')}} | {{trans('academic.batch')}} |
|---|---|---|---|---|---|---|
| {{$student_record->Admission->admission_number}} | {{$student_record->Student->name}} | {{optional($student_record->Student->Parent)->father_name}} | {{optional($student_record->Student->Parent)->mother_name}} | {{showDate($student_record->Admission->date_of_admission)}} | @if($student_record->Admission->date_of_admission == $student_record->date_of_entry) - @else {{showDate($student_record->date_of_entry)}} @endif | {{$student_record->Batch->batch_with_course}} |