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

title) ?>

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