title = Yii::t('catalog', 'Create Option Group'); $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('catalog', 'Option Groups'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
Html::encode($this->title), ] ); ?> render( '_form', [ 'model' => $model, 'modelLangs' => $modelLangs, ] ) ?>