castopod/app/Views/admin/dashboard.php

15 lines
302 B
PHP

<?= helper('components') ?>
<?= $this->extend('admin/_layout') ?>
<?= $this->section('title') ?>
Dashboard
<?= $this->endSection() ?>
<?= $this->section('pageTitle') ?>
Admin dashboard
<?= $this->endSection() ?>
<?= $this->section('content') ?>
Welcome to the admin area!
<?= $this->endsection() ?>