title = \Yii::t('blog', 'Blog Tags'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'id', [ 'attribute' => 'label', 'value' => 'lang.label', ], [ 'class' => 'yii\grid\ActionColumn', ], ], ] ); ?>