Kaduna State Schools Quality Assurance Authority(KSSQAA)

{{ $title }}
Student result print out (Admin Copy)
Admin COPY
Name: {{ $student['lastname'] }} {{ $student['firstname'] }} {{ $student['middlename'] }}
School: {{ $student->school ? $student->school->name : '' }}
School Type: {{ $student->school ? ($student->school->schooltype_id == 1 ? 'Public' : 'Private') : 'Fake result' }}
Exam Type: {{ $student->examtype ? $student->examtype->exam : '' }}({{ $student->examtype ? $student->examtype->examcode : '' }})
Exam Number: {{ $student['examnumber'] }}
@if ($student->studentgrades != null) @php $sortedGrades = $student->studentgrades->sortBy('subject_id'); @endphp @foreach ($sortedGrades as $studentgrade) @endforeach @endif @if ($student->studentgrades == null) @endif
Subject Grade
{{ $studentgrade->subject }} {{ $studentgrade->grade }}
No result found
*********************{{ $student->school ? $student->school->name : 'Fake Result' }}, {{ $student->school ? $student->school->zone->zone : '' }}**********************
*************Kaduna State Schools Quality Assurance Authority (KSSQAA) Admin Copy*************