title = $model->id_waste; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/waste', 'Wastes'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a(Yii::t('common/waste', 'Update'), ['update', 'id' => $model->id_waste], ['class' => 'btn btn-primary']) ?> = Html::a(Yii::t('common/waste', 'Delete'), ['delete', 'id' => $model->id_waste], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('common/waste', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>
= DetailView::widget([ 'model' => $model, 'attributes' => [ 'id_waste', 'count', 'id_product', 'stock_before', 'stock_after', 'id_user', 'comment', 'created_at', 'updated_at', ], ]) ?>