title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/product_category', 'Product Categories'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('common/product_category', 'Update'), ['update', 'id' => $model->id_product_category], ['class' => 'btn btn-primary']) ?> $model->id_product_category], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('common/product_category', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) */ ?>
= DetailView::widget([ 'model' => $model, 'attributes' => [ 'id_product_category', 'name', 'status', 'created_at', 'updated_at', ], ]) ?>