title = \Yii::t('blog', 'Create Blog Tag'); $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('blog', 'Blog Tags'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
$this->title, ] ); ?> render( '_form', [ 'model' => $model, 'modelLangs' => $modelLangs, ] ) ?>