Files
alrahma_sunday_school/app/Views/errors/school_year.php
T
root feb1b29a32
Tests / PHPUnit (push) Failing after 1m19s
apply the school year concept
2026-07-14 00:59:00 -04:00

9 lines
304 B
PHP

<?= $this->extend('layout/main') ?>
<?= $this->section('content') ?>
<div class="alert alert-danger" role="alert">
<h1 class="h5 mb-2">School-year context unavailable</h1>
<p class="mb-0"><?= esc($message ?? 'The selected school year is not available.') ?></p>
</div>
<?= $this->endSection() ?>