title = Yii::t('product', 'Brands'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'label' => Yii::t('product', 'Brand'), 'value' => 'brandName.value', 'attribute' => 'brand_name' ], 'alias', 'imageUrl:image', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>