@if(moduleStatusCheck('University'))
| {{@$record->UnSemesterLabel->name}} |
{{@$record->unDepartment->name}} |
@else
{{@$record->class->class_name}} |
{{@$record->section->section_name}} |
@endif
{{@$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:""}} |
@endforeach