@extends('layout.report', ['max_width' => '100%']) @section('style') @endsection @section('report')
Group: {{ $group->name }}
| # | No | Name | Phone | ID No | Group | Date Of Birth | Company | HiSch% | City | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $student->student_number }} | {{ $student->user->name }} | {{ $student->user->formated_phone }} | {{ $student->user->id_number }} | {{ $student->group->name }} | {{ $student->profile ? $student->profile->dob_hijri : 'NA' }} | {{ $student->company ? $student->company->name : 'NA' }} | {{ $student->user->email }} | {{ $student->gpa }} | {{ $student->profile ? $student->profile->city : 'NA' }} | |
| Total: {{ $group->students->count() }} | |||||||||||