title = Yii::t('product', 'Create Variant'); $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('product', 'Products'), 'url' => [ '/product/manage/index' ], ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $product->lang->name, 'url' => [ '/product/manage/view', 'id' => $product->product_id ], ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('product', 'Variants'), 'url' => [ 'index', 'product_id' => $product->product_id ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

render('_form', [ 'model' => $model, 'model_langs' => $model_langs, 'groups' => $groups, 'stocks' => $stocks, 'product' => $product, ]) ?>