title = Yii::t('app', 'Create Seo Dynamic'); $this->params[ 'breadcrumbs' ][] = [ 'label' => Yii::t('app', 'Seo Categories'), 'url' => [ '/seo-category/index' ], ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $seo_category->lang->name, 'url' => [ 'index', 'seo_category_id' => $seo_category->seo_category_id, ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

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