mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-12 10:35:10 +00:00
9 lines
160 B
PHP
9 lines
160 B
PHP
![]() |
<?= $this->extend('admin/_layout') ?>
|
||
|
|
||
|
<?= $this->section('content') ?>
|
||
|
|
||
|
<h1 class="text-2xl">Welcome to the admin dashboard!</h1>
|
||
|
|
||
|
<?= $this->endSection() ?>
|
||
|
|