| 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/registration.blade.php (2011B)
| {{trans('student.name')}} | {{trans('student.first_guardian_name')}} | {{trans('student.date_of_birth')}} | {{trans('student.contact_number')}} | {{trans('academic.course')}} | {{trans('student.registration_status')}} | {{trans('student.date_of_registration')}} | {{trans('student.registration_fee')}} |
|---|---|---|---|---|---|---|---|
| {{$registration->Student->name}} | {{optional($registration->Student->Parent)->first_guardian_name}} | {{showDate($registration->Student->date_of_birth)}} | {{$registration->Student->contact_number}} | {{$registration->Course->name.' ('.$registration->Course->CourseGroup->name.')'}} | {{trans('student.registration_status_'.$registration->status)}} | {{showDate($registration->date_of_registration)}} | @if($registration->registration_fee) {{currency($registration->registration_fee,1)}} ({{$registration->registration_fee_status == 'paid' ? trans('student.registration_fee_status_paid') : trans('student.registration_fee_status_unpaid')}}) @endif |