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, 'modelLangs' => $modelLangs, 'videos' => $videos, ] ) ?>