Newer
Older

Yassine Doghri
committed
<?= $this->extend('admin/_layout') ?>
<?= $this->section('title') ?>
<?= lang('MyAccount.info') ?>
<?= $this->endSection() ?>
<?= $this->section('pageTitle') ?>
<?= lang('MyAccount.info') ?>
<?= $this->endSection() ?>

Yassine Doghri
committed
<?= $this->section('content') ?>
<?= view('admin/_partials/_user_info.php', ['user' => user()]) ?>

Yassine Doghri
committed

Yassine Doghri
committed
<?= $this->endSection() ?>