Your IP : 216.73.216.79


Current Path : /var/www/html/ekursus/backend/views/sys-user/
Upload File :
Current File : /var/www/html/ekursus/backend/views/sys-user/create.php

<?php

use yii\helpers\Html;


/* @var $this yii\web\View */
/* @var $model backend\models\SysUser */

$this->title = Yii::t('app', 'Create Sys User');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Sys Users'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="sys-user-create">

    <h1><?= Html::encode($this->title) ?></h1>

    <?= $this->render('_form', [
        'model' => $model,
    ]) ?>

</div>