params['seo']['title'] = !empty($brand->meta_title) ? $brand->meta_title : ''; $this->params['seo']['fields']['name'] = $brand->name; $this->params['seo']['h1'] = !empty($brand->h1) ? $brand->h1 : $brand->name; $this->params['seo']['seo_text'] = $brand->seo_text; $this->params['seo']['description'] = $brand->meta_desc; $this->params['seo']['meta'] = $brand->meta_robots; $this->params['seo']['category_name'] = $brand->name; $this->params['breadcrumbs'][] = $brand->name; ?>

'h1']) ?>

description)) echo $brand->description; ?>
$productProvider, 'itemView' => function ($model, $key, $index, $widget) { return $this->render('_product_item', [ 'model' => $model, 'category' => $model->category ]); }, 'layout' => "{items}
{pager}", ]) ?>