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