title = $model->lang->name; $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', 'lang.name', 'lang.alias', [ 'attribute' => 'in_menu', 'value' => Html::tag('span', '', [ 'class' => 'glyphicon glyphicon-' . ( $model->in_menu ? 'ok' : 'remove' ), ]), 'format' => 'html', ], 'imageUrl:image', 'lang.meta_title', 'lang.meta_robots', 'lang.meta_desc', 'lang.seo_text', ], ]) ?>