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'], 'name', 'alias', [ 'attribute' => 'title', 'format' => 'html', 'value' => function($data) { return Html::img($data->imageUrl, ['width'=>'100']); }, ], ['class' => 'yii\grid\ActionColumn'], ], ]); ?>