title = Yii::t('app', 'Карточки товаров');
$this->params['breadcrumbs'][] = $this->title;
?>
    
= Html::encode($this->title) ?>
    render('_search', ['model' => $searchModel]); ?>
    = GridView::widget([
        'dataProvider' => $dataProvider,
        'filterModel' => $searchModel,
        'columns' => [
            ['class' => 'yii\grid\SerialColumn'],
            'name',
            'brand',
            ['class' => 'yii\grid\ActionColumn',
                'template' => '{view}'],
        ],
    ]); ?>