D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
epaji.com
/
public_html
/
hindiusa
/
views
/
users
/
Filename :
create.php
back
Copy
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\Users */ $this->title = Yii::t('app', 'Create Users'); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Users'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <?= $this->render('@app/views/common/_dashboard-sidebar') ?> <div class="users-create product-content"> <h1><?= Html::encode($this->title) ?></h1> <?= $this->render('_form', [ 'model' => $model, ]) ?> </div>