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

title) ?>

$model->id_discount], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ 'name', [ 'attribute' => 'status', 'label' => Yii::t('common/discount', "Active"), 'value' => $model->statusHuman ], [ 'attribute' => 'type', 'value' => $model->typeHuman ], [ 'attribute' => 'product_enabled', 'value' => $model->getProcutEnabledHuman() ], [ 'attribute' => 'ticket_enabled', 'value' => $model->getTicketEnabledHuman() ], // 'status', // 'type', 'value', 'created_at', 'updated_at', ], ]) ?>