@extends('layouts.app') @section('title', 'Enter Scores') @section('content')
| Student | @foreach($components ?? ['CA1','CA2','CA3','Exam'] as $component){{ $component }} | @endforeachTotal | |||
|---|---|---|---|---|---|
| {{ $student->full_name }} | @foreach($components ?? ['CA1','CA2','CA3','Exam'] as $component)@endforeach | — | |||
| No students in this class arm. | |||||
Each row posts to POST /api/results with the student/subject/term and component scores.