title = 'Brands'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Create Brands', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'ID', 'BRAND', 'if_tecdoc', 'tecdoc_logo', 'if_oem', // 'if_checked', // 'CONTENT:ntext', // 'IMG', // 'timestamp', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>