7 lines
119 B
PHP
7 lines
119 B
PHP
<?= $this->extend('templates/baseAdmin') ?>
|
|
|
|
<?= $this->section('content') ?>
|
|
|
|
<h1>hey</h1>
|
|
|
|
<?= $this->endSection() ?>
|