title = Yii::t('common', 'Create Goods'); $this->params['breadcrumbs'][] = ['label' => Yii::t('common', 'Goods'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
render('_form', [ 'model' => $model, 'goodsShares' => $goodsShares, ]) ?>