@foreach ($students as $item) {{ @$item->student->admission_no }} {{ @$item->student->first_name }} {{ @$item->student->last_name }} {{ @$item->class->name }} {{ @$item->section->name }} {{ @$item->student->parent->guardian_name }} {{ @$item->student->mobile }} {{ ___('common.Collect')}} @endforeach