| Current Path : /var/www/html/mnrb/backend/modules/moduleRepository/views/ui-download/ |
| Current File : /var/www/html/mnrb/backend/modules/moduleRepository/views/ui-download/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\moduleRepository\models\UiDownload */
$this->title = Yii::t('app', 'Create Ui Download');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Ui Downloads'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="ui-download-create">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>