title = 'Бренды'; $this->params['breadcrumbs'][] = $this->title; $img0 = '/storage/checkbox0.gif'; $img1 = '/storage/checkbox1.gif'; ?>

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'ID', 'BRAND', ['attribute' => 'if_tecdoc', 'format' => 'raw', 'value' => function ( $model ) use ($img0, $img1) { if ($model->if_tecdoc == '1') { $info = " "; } else { $info = " "; } return $info; }, ], ['label' => 'ОРИГИНАЛ?', 'attribute' => 'if_oem', 'format' => 'raw', 'value' => function ( $model ) use ($img0, $img1) { if ($model->if_oem == '1') { $info = " "; } else { $info = " "; } return $info; }, ], ['class' => 'yii\grid\ActionColumn', 'template' => '{update}'], ], ]); ?>