This is to certify that
{{ $student->first_name }}
{{ $student->last_name }}
is a registered student of {{ $institution }} in the
{{ $student->faculty_name }} under the
Programme of {{ $student->program_name }}.
His/Her academic performance is as follows:
| Course Name | Score | Point | Grade | Grade Point |
|---|---|---|---|---|
| {{ $result['course_name'] }} | {{ $result['mark'] }}% | {{ GradingSchemeDetail::where('grading_scheme_id', $result['grading_scheme_id'])->where('grade', $result['grade'])->first()->point }} | {{ $result['grade'] }} | {{ GradingSchemeDetail::where('grading_scheme_id', $result['grading_scheme_id'])->where('grade', $result['grade'])->first()->point }} |
End Comment : {{ ucwords($comments[$index . ' ' . $res_index]) }}