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

title) ?>

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

$model, 'attributes' => [ 'name', [ 'attribute' => 'status', 'label' => Yii::t('common/warehouse', "Active"), 'value' => $model->statusHuman ], 'created_at', 'updated_at', ], ]) ?>