@extends('layouts.app') @section('title', 'Broadsheet') @section('content')
| Student | @foreach($broadsheet['subjects'] as $subject){{ $subject['name'] }} | @endforeachAggregate | Position |
|---|---|---|---|
| {{ $row['student_name'] }} | @foreach($broadsheet['subjects'] as $subject){{ $row['scores'][$subject['id']] ?? '-' }} | @endforeach{{ $row['aggregate'] ?? '—' }} | {{ $row['position'] ?? '—' }} |
Select a class arm and term to view the broadsheet.
@endif