shoppingmallv2/app/Views/admin/welcome_message.php
2023-08-16 19:28:01 +09:00

5 lines
195 B
PHP

<?= $this->extend('layouts/admin') ?>
<?= $this->section('content') ?>
<?= $this->include('templates/admin/header'); ?>
<?= $this->include('templates/admin/footer'); ?>
<?= $this->endSection() ?>