title = Yii::t('product', 'Create Category'); $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('product', 'Categories'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

render('_form', [ 'model' => $model, 'model_langs' => $model_langs, 'categories' => $categories, ]) ?>