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

title) ?>

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