/home/techb158/ileadtechnology.com/SSM/resources/views/print/student
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)])}}
| {{trans('student.father_name')}} |
{{trans('student.mother_name')}} |
{{trans('student.spouse_name')}} |
{{trans('student.first_guardian_contact_number')}} |
@foreach($student_parents as $student_parent)
|
{{$student_parent->father_name}}
|
{{$student_parent->mother_name || '-'}}
|
{{$student_parent->spouse_name || '-'}}
|
{{$student_parent->first_guardian_contact_number_1}} |
@endforeach
@include('print.print-layout.footer')