Your IP : 216.73.216.79


Current Path : /var/www/html/portalv3/backend/modules/moduleRepository/views/ui-list/
Upload File :
Current File : /var/www/html/portalv3/backend/modules/moduleRepository/views/ui-list/update.php

<?php

use yii\helpers\Html;

$this->title = Yii::t('app', 'Update UI');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'UI Repository'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div>
    <?= $this->render('_form', [
        'model' => $model,
    ]) ?>
</div>