title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('rubrication', 'Tax Groups'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

$model, 'attributes' => [ 'tax_group_id', 'alias', 'name', 'description:ntext', 'is_filter:boolean', ], ]) ?>