{{getPhrase('Subject')}} | @foreach ($exams as $exam){{$exam['title']}} | @endforeach @foreach ($staffs as $staff)
---|---|
{{$staff['subject_title']}} | @foreach ($exams as $exam)
Total First: {{$staff[$exam['exam_id']]['total_first']}}
Total Second: {{$staff[$exam['exam_id']]['total_second']}}
Total Third: {{$staff[$exam['exam_id']]['total_third']}}
Total Fail: {{$staff[$exam['exam_id']]['total_fail']}}
|
@endforeach