/home/techb158/ileadtechnology.com/SSM/resources/views/print/student
NameSizeModeActions
absentee.blade.php14430644editdlrm
admission.blade.php111450644editdlrm
default-transfer-certificate.blade.php24560644editdlrm
fee-receipt.blade.php86060644editdlrm
fee.blade.php24860644editdlrm
id-card.blade.php34800644editdlrm
parent.blade.php12270644editdlrm
promotion.blade.php18200644editdlrm
registration-fee-receipt.blade.php29660644editdlrm
registration.blade.php20110644editdlrm
termination.blade.php15380644editdlrm
transfer-certificate.blade.php1050644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/student/registration.blade.php (2011B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('student.registration').' '.trans('general.total_result_count',['count' => count($registrations)])}}

@foreach($registrations as $registration) @endforeach
{{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
@include('print.print-layout.footer')