OFFICIAL TRANSCRIPT

{{ $snapshot['institution']['name'] }}

{{ $snapshot['institution']['address'] }}

Official Academic Transcript

Student
{{ $snapshot['student']['name'] }}
Matriculation number
{{ $snapshot['student']['matriculation_number'] }}
Programme
{{ $snapshot['student']['programme'] }}
Department / Faculty
{{ $snapshot['student']['department'] }} / {{ $snapshot['student']['faculty'] }}
Admission date
{{ $snapshot['student']['admission_date'] ?? 'Not recorded' }}
Transcript number
{{ $snapshot['number'] }}
@foreach($snapshot['periods'] as $period)
{{ $period['session'] }} - {{ $period['semester'] }} GPA: {{ number_format((float)$period['gpa'],2) }}
@foreach($period['courses'] as $course)@endforeach
CodeCourse titleUnitsGradePoint
{{ $course['code'] }}{{ $course['title'] }}{{ $course['units'] }}{{ $course['grade'] }}{{ number_format((float)$course['grade_point'],2) }}
@endforeach
Cumulative GPA: {{ number_format((float)$snapshot['cgpa'],2) }}   |   Classification: {{ $snapshot['classification'] ?? 'Not assigned' }}
Generated {{ $snapshot['generated_at'] }}. Verify the document number and cryptographic file record using the QR code. Alteration invalidates this document.