title = Yii::t('product', 'Brands'); $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('product', 'Create Brand'), ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $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'], ], ]); ?>