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