| Current Path : /var/www/html/protegev2/backend/modules/moduleRepository/views/ui-list/ |
| Current File : /var/www/html/protegev2/backend/modules/moduleRepository/views/ui-list/create.php |
<?php
use yii\helpers\Html;
$this->title = Yii::t('app', 'Create UI');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'UI Repository'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>