title = $model->brand_id; $this->params['breadcrumbs'][] = ['label' => Yii::t('product', 'Brands'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->brand_id], ['class' => 'btn btn-primary']) ?> $model->brand_id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('product', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'brand_id', 'alias', 'imageUrl:image', 'meta_title', 'meta_desc:ntext', 'meta_robots', 'seo_text:ntext', ], ]) ?>