@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | ' . $exam->name) @section('page-title', $exam->name) @section('content') @php $examPill = $exam->status === 'published' ? 'ok' : ($exam->status === 'ongoing' ? 'warn' : 'muted'); $canManageExams = $canManageExams ?? ((auth()->user()->role ?? '') === 'admin'); @endphp @if(!$canManageExams)
| Subject | Action |
|---|---|
| {{ $s->name }} | Enter marks |
|
No subjects found Add subjects before entering marks. |
|
| Level | Count | Avg |
|---|---|---|
| {{ $st->performance_level }} | {{ $st->c }} | {{ number_format($st->avg_score, 1) }} |
|
No results yet Enter marks to see the distribution. |
||