{{getPhrase('name')}} | {{getPhrase('roll_no')}} | @foreach($final_list['subjects'] as $subs){{$subs['subject_code']}}({{$subs['total_marks']}}) | @endforeachAVG.% | @foreach($final_list['students'] as $student)
---|---|---|---|
{{$student['name']}} | {{$student['roll_no']}} | @foreach($student['marks'] as $mark){{$mark['score']->marks_obtained }} | @endforeach{{$mark['score']->percentage }} |