@extends('layouts.app') @section('title', $student->full_name) @section('breadcrumb', 'Students › ' . $student->full_name) @section('content')
No results recorded for this session yet.
@else @foreach($byTerm as $termId => $results)| Subject | CA1 | CA2 | Exam | Total | Grade | Remark |
|---|---|---|---|---|---|---|
| {{ $r->subject->name }} | {{ $r->ca1_score ?? '—' }} | {{ $r->ca2_score ?? '—' }} | {{ $r->is_absent ? 'ABS' : ($r->exam_score ?? '—') }} | {{ $r->total_score ?? '—' }} | {{ $r->grade_letter ?? '—' }} | {{ $r->remark ?? '—' }} |