2020-10-02 15:38:16 +00:00
|
|
|
<?= helper('components') ?>
|
2021-09-02 16:34:25 +00:00
|
|
|
<?= $this->extend('_layout') ?>
|
2020-07-10 12:20:25 +00:00
|
|
|
|
2020-07-27 09:35:34 +00:00
|
|
|
<?= $this->section('title') ?>
|
2020-10-13 16:16:45 +00:00
|
|
|
<?= lang('Admin.dashboard') ?>
|
2020-07-27 09:35:34 +00:00
|
|
|
<?= $this->endSection() ?>
|
2020-07-10 12:20:25 +00:00
|
|
|
|
2020-10-02 15:38:16 +00:00
|
|
|
<?= $this->section('pageTitle') ?>
|
2020-10-13 16:16:45 +00:00
|
|
|
<?= lang('Admin.dashboard') ?>
|
2020-10-02 15:38:16 +00:00
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|
|
|
|
<?= $this->section('content') ?>
|
2020-10-13 16:16:45 +00:00
|
|
|
<?= lang('Admin.welcome_message') ?>
|
2020-10-02 15:38:16 +00:00
|
|
|
<?= $this->endsection() ?>
|