House 25, Road 27, Block B, 54th Floor, New York, United States of America
Academic Year : 2018-19
Exam : {{$exam->name}}
Class : {{$class->class_name}}
Section : {{$section->section_name}}
{{$subject->subject->subject_name}}
@endforeachStudent | Position | Admission No. | @foreach($subjectlist as $subject){{$subject}} | @endforeachTotal Marks | Average | GPA | Result |
---|---|---|---|---|---|---|---|
{{$row->student_name}} | {{$i++}} | {{$row->admission_no}} | @php $markslist = explode(',',$row->marks_string); @endphp @foreach($markslist as $mark){{$mark}} | @endforeach{{$row->total_marks}} | {{$row->average_mark}} | {{$row->gpa_point}} |