2021-08-23 11:05:16 +00:00
|
|
|
<?= $this->extend('Modules\Admin\Views\_layout') ?>
|
2020-07-10 12:20:25 +00:00
|
|
|
|
2020-07-16 10:08:23 +00:00
|
|
|
<?= $this->section('title') ?>
|
|
|
|
<?= lang('MyAccount.info') ?>
|
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|
2020-10-13 16:16:45 +00:00
|
|
|
<?= $this->section('pageTitle') ?>
|
|
|
|
<?= lang('MyAccount.info') ?>
|
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|
2020-07-16 10:08:23 +00:00
|
|
|
|
2020-07-10 12:20:25 +00:00
|
|
|
<?= $this->section('content') ?>
|
|
|
|
|
2021-08-23 11:05:16 +00:00
|
|
|
<?= view('Modules\Admin\Views\_partials/_user_info.php', ['user' => user()]) ?>
|
2020-07-10 12:20:25 +00:00
|
|
|
|
2020-10-22 17:41:59 +00:00
|
|
|
<?= $this->endSection() ?>
|