extend('layout/management_layout') ?> section('content') ?>

School Year Decisions

getFlashdata('status'))): ?> getFlashdata('error'))): ?> '— No decision yet —', 'Pass' => 'Pass', 'Repeat Class' => 'Repeat Class', 'Make-up exam in fall' => 'Make-up exam in fall', 'Deferred decision' => 'Deferred decision', 'Expel' => 'Expel', 'Withdrawn' => 'Withdrawn', ]; $decisionBadge = [ 'Pass' => 'success', 'Repeat Class' => 'danger', 'Make-up exam in fall' => 'info', 'Deferred decision' => 'info', 'Expel' => 'danger', 'Withdrawn' => 'secondary', ]; $displayScore = function ($value) { if ($value === null || $value === '') { return '—'; } if (is_numeric($value)) { return esc(number_format((float)$value, 2, '.', '')); } return esc($value); }; ?>
No students below 60 for the whole year in .
Student Name Age Class-Section Year Score Comments / Rationale & Decision Below-60 Decision
Pending
$color): ?> — decision colour key
endSection() ?> section('scripts') ?> endSection() ?>