{{$student->name}}
Student Name | {{$student->name}} | Student Score | {{$score}}% |
---|---|---|---|
Student Grade | {{$student->grade->name}} | Standard Level | {{$standard['grade']}} |
Section | {{$student->section->name}} | Class Average Score | {{$class_avg}}% |
Exam Subject | {{ 'Exam Title Dummy' }} | Class Ranking | {{$student_rank+1}} |
Exam Date | {{ date('d F Y', strtotime($exam->date_and_time)) }} | Class Size | {{$student->grade->students->count()}} |
Student Score
Class Average Score
# | Compentancy | Standard Level |
---|---|---|
{{$loop->iteration}} | {{$value['name']}} | {{$value['standard']['grade']}} |