@if (! empty($studentPhoto)) photo @endif
@if (! empty($schoolLogo)) @endif

{{ $schoolName }}

@if (! empty($schoolMotto))
{{ $schoolMotto }}
@endif
@if ($schoolAddress) {{ $schoolAddress }} @endif @if ($schoolPhone) · {{ $schoolPhone }} @endif @if ($schoolEmail) · {{ $schoolEmail }} @endif

{{ $sessionTitle ?: 'Annual Report Card' }}

Student{{ $studentName }} Reg No.{{ $regNo }}
Class{{ $className ?: '—' }} Position{{ $position ?: '—' }}
@foreach ($termHeaders as $h)@endforeach @forelse ($subjects as $s) @foreach ($s['terms'] as $c)@endforeach @empty @endforelse
Subject{{ $h['name'] }}Total Average Grade Remark
{{ $s['name'] }}{{ $c['score'] }}{{ $s['annualTotal'] }} {{ $s['annualAverage'] }} {{ $s['grade'] ?: '—' }} {{ $s['remark'] }}
No results recorded for this session.
@if (count($termSummaries)) @foreach ($termSummaries as $t)@endforeach@foreach ($termSummaries as $t)@endforeach@foreach ($termSummaries as $t)@endforeach
Term{{ $t['name'] }}
Average{{ $t['average'] !== '' ? $t['average'].'%' : '—' }}
Position{{ $t['position'] }}
@endif
{{ $noOfSubjects }}Subjects {{ $cumulativeAverage }}%Cumulative Avg {{ $cumulativeGpa }}CGPA {{ $position ?: '—' }}Position {{ $promotionStatus }}Status
{{ $promotionStatus }}
@if (count($gradeKey))

Grading Key

@foreach ($gradeKey as $g)@endforeach
{{ $g['letter'] }} {{ $g['range'] }}
{{ $g['remark'] }}
@endif @if (! empty($formTeacherComment))
Form Teacher's Comment
{{ $formTeacherComment }}
@endif @if (! empty($headTeacherComment))
Head Teacher's Comment{{ $headTeacherName ? " — {$headTeacherName}" : '' }}
{{ $headTeacherComment }}
@endif @if (! empty($principalSignature)) @if (! empty($schoolStamp)) @endif

{{ $headTeacherName ?: 'Head Teacher' }} — Signature
@endif