castopod/app/Views/admin/dashboard.php

7 lines
130 B
PHP

<?= $this->extend('admin/_layout') ?>
<?= $this->section('title') ?>
Welcome to the admin dashboard!
<?= $this->endSection() ?>