{{ __('Study Class') }}: {{ $group->study_class->name }}
{{ __('Group') }}: {{ $group->name }}
{{ __('Month') }}: {{ __(Carbon\Carbon::createFromFormat('m', $selectedMonth)->format('F')) }}
| # | {{ __('Student Name') }} | @foreach($groupExams[$group->id] as $examName){{ $examName }} | @endforeach
|---|---|---|
| {{ $index + 1 }} | {{ $student->name }} | @foreach($groupExams[$group->id] as $examName)@endforeach |