= $this->extend('layout/management_layout') ?>
= $this->section('content') ?>
← Back
= esc($competition['title']) ?>
Published: = esc($competition['published_at'] ?? '') ?>
School Year: = esc($schoolYear) ?>
No winners found.
$rows): ?>
= esc($classLabel) ?>
Questions: = esc($questions) ?>
| Rank | Student | Score | Prize |
| = esc($w['rank']) ?> |
= esc($w['name']) ?> |
= esc($w['score']) ?> |
= esc(!empty($w['prize_amount']) ? $w['prize_amount'] : '-') ?> |
= $this->endSection() ?>