Your IP : 216.73.216.79


Current Path : /var/www/html/akept/backend/modules/moduleRepository/views/module-version/
Upload File :
Current File : /var/www/html/akept/backend/modules/moduleRepository/views/module-version/create.php

<?php

use yii\helpers\Html;

/* @var $this yii\web\View */
/* @var $model backend\modules\moduleRepository\models\ModuleVersion */

$this->title = Yii::t('app', 'Create Module Version');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Module Versions'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="module-version-create">

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

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

</div>