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