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

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'number', 'value' => 'number' ], [ 'attribute' => 'status', 'value' => 'statusHuman' ], [ 'attribute' => 'type', 'value' => 'typeHuman' ], [ 'attribute' => 'customerName', 'value' => 'customerName' ], 'updated_at:datetime', [ 'class' => 'yii\grid\ActionColumn', 'template' => '{view}{update}' ], ], ]); ?>