/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/parent.blade.php (1227B)
@include('print.print-layout.header')

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

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

@foreach($student_parents as $student_parent) @endforeach
{{trans('student.father_name')}} {{trans('student.mother_name')}} {{trans('student.spouse_name')}} {{trans('student.first_guardian_contact_number')}}
{{$student_parent->father_name}} {{$student_parent->mother_name || '-'}} {{$student_parent->spouse_name || '-'}} {{$student_parent->first_guardian_contact_number_1}}
@include('print.print-layout.footer')