@extends('backEnd.master') @section('title') @lang('reports.guardian_report') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'guardian_report_search_new', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}

@lang('common.select_criteria')

@if(moduleStatusCheck('University')) @includeIf('university::common.session_faculty_depart_academic_semester_level',['required' => ['US'], 'hide' => ['USUB']]) @else @include('backEnd.common.search_criteria', [ 'visiable'=>['class', 'section'], 'div'=>'col-lg-6', 'required'=>['class'] ]) @endif
{{ Form::close() }} @if(isset($student_records))

@lang('reports.guardian_report')

@if(moduleStatusCheck('University')) @else @endif @foreach($student_records as $record) @if(moduleStatusCheck('University')) @else @endif @endforeach
@lang('university::un.semester_label') @lang('university::un.department')@lang('common.class') @lang('common.section')@lang('student.admission_no') @lang('common.name') @lang('common.mobile') @lang('student.guardian_name') @lang('reports.relation_with_guardian') @lang('student.guardian_phone') @lang('student.father_name') @lang('student.father_phone') @lang('student.mother_name') @lang('student.mother_phone')
{{@$record->UnSemesterLabel->name}} {{@$record->unDepartment->name}}{{@$record->class->class_name}} {{@$record->section->section_name}}{{@$record->student->admission_no}} {{@$record->student->full_name}} {{@$record->student->mobile}} {{@$record->student->parents!=""?@$record->student->parents->guardians_name:""}} {{@$record->student->parents!=""?@$record->student->parents->guardians_relation:""}} {{@$record->student->parents!=""?@$record->student->parents->guardians_mobile:""}} {{@$record->student->parents!=""?@$record->student->parents->fathers_name:""}} {{@$record->student->parents!=""?@$record->student->parents->fathers_mobile:""}} {{@$record->student->parents!=""?@$record->student->parents->mothers_name:""}} {{@$record->student->parents!=""?@$record->student->parents->mothers_mobile:""}}
@endif
@endsection @include('backEnd.partials.data_table_js', ['i' => true])