title = 'Brands Replaces'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Добавить Brands Replace', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'from_brand', 'to_brand', 'finish', 'timestamp', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>