title = $model->id_waste; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/waste', 'Wastes'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

$model, 'attributes' => [ 'id_waste', 'count', 'id_product', 'stock_before', 'stock_after', 'id_user', 'comment', 'created_at', 'updated_at', ], ]) ?>