@if (count($house->studentInfo)>0)
@else
| # | @lang('Student Code') | @lang('Name') | @lang('Roll') | @lang('Class') | @lang('Section') |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$student_info->student->student_code}} | {{$student_info->student->name}} | {{$student_info->class_roll}} | {{$student_info->student->section->class->name}} | {{$student_info->student->section->section_number}} |
@lang('No student found in '.$house->name.' '.(school('country')->code == 'SG' ? 'Branch' : 'Houses'))
@endif