2022-08-01 14:28:07 -05:00

7 lines
119 B
PHP

<?= $this->extend('templates/baseAdmin') ?>
<?= $this->section('content') ?>
<h1>hey</h1>
<?= $this->endSection() ?>