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

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'name', [ 'attribute' => 'status', 'value' => 'statusHuman', ], [ 'attribute' => 'type', 'value' => 'typeHuman', ], 'value', 'created_at:datetime', 'updated_at:datetime', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>