| Current Path : /var/www/html/jkdm-deface/backend/views/category/ |
| Current File : /var/www/html/jkdm-deface/backend/views/category/update.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\Category */
$this->title = yii::t('app','Update Category');
$this->params['breadcrumbs'][] = ['label' => yii::t('app','Categories'), 'url' => ['index']];
$this->params['breadcrumbs'][] = ['label' => $model->title, 'url' => ['view', 'id' => $model->id]];
$this->params['breadcrumbs'][] = 'Update';
?>
<!--<h1><?= Html::encode($this->title) ?></h1>-->
<?= $this->render('_form', [
'model' => $model,
'modelCatLang' => $modelCatLang,
]) ?>