title = Yii::t('app.crud', 'Title'); $this->params['breadcrumbs'] = [ ['label' => Yii::t('app.crud', 'xxx'), 'url' => ['index']], $this->title, ]; ?>