| Last Name: | {{ $user->last_name }} | Year: | 1st Year |
| First Name: | {{ $user->first_name }} | ID No: | {{ $id_number }} |
| Graduation Date: | Student No: | 41173 | |
| Date of Admission: | {{ $course->getDepartmentName() }} | Date: | {{-- Tuesday, 15 June 2021--}} {{ date('D,d M Y') }} |
| Module Code | Module Name | Credits | Grade | Symbol |
|---|---|---|---|---|
| {{ $module->code }} | {{ $module->name }} | {{ ($grade->is_passed) ? $module->credits : '' }} | {{ $grade->grade ?? '' }} | {{ $grade->symbol ?? '' }} |
--}}
{{-- Symbols: A: 75% and above , B: 70% - 74%, C: 60% - 69%, D: 50% - 59%, F: 49% and below AU: AUDIT. Enrolment with attendance but no module assessments required.
--}}
{{-- RE: REEVALUATION. Student is entitled to a re-evaluation assessment.
--}}
{{-- NC: Registered for module. No assessments completed.
--}}
{{-- INC: INCOMPLETE. Module requirements incomplete, with permission. W: WITHDRAWN. Withdrawn from module
--}}
{{-- RPL: Recognition of Prior Learning.
--}}
{{-- NQF: National Qualification Framework.
--}}
{{-- One credit is equivalent to ten hours of work.--}}
{{--
This is to confirm that {{ $user->first_name }} {{ $user->last_name }} ({{ $id_number }}) is registered as a student in the {{ $course->long_name }} at--}} {{-- Cornerstone Institute.--}} {{--
--}} {{--Their student number--}} {{-- is {{ $user->student_number }}.
--}} {{--{{ $user->first_name }} {{ $user->last_name }} enrolled for {{ $modules->sum('credits') }} credits as listed below for {{ Carbon\Carbon::parse($registration->enrolment_date)->format('Y') }}:
--}} {{--| Module | --}} {{--Semester | --}} {{--Credits | --}} {{--
|---|---|---|
| {{ $module->name }} | --}} {{--{{ $module->pivot->semester }} | --}} {{--{{ $module->credits }} | --}} {{--