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']) ?> $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' => [ 'name', [ 'attribute' => 'status', 'label' => Yii::t('common/discount', "Active"), 'value' => $model->statusHuman ], [ 'attribute' => 'type', 'value' => $model->typeHuman ], // 'status', // 'type', 'value', 'created_at', 'updated_at', ], ]) ?>