card; $customer = $receptionForm->customer; $this->title = Yii::t('common/ticket', 'Tickets'); $this->params['breadcrumbs'][] = $this->title; ?>
$receptionForm, 'route' => ['customer/reception'] ] )?>

title) ?>

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

$card->number ], ['class' => 'btn btn-success']) ?>

$dataProvider, 'columns' => [ [ 'attribute' => 'id_account', 'value' => 'accountName' ], [ 'attribute' => 'id_ticket_type', 'value' => 'ticketTypeName' ], 'start:date', 'end:date', 'max_usage_count', 'usage_count', [ 'attribute' => 'id_user', 'value' => 'userName' ], /* [ 'attribute' => 'id_discount', 'value' => 'discountName' ], */ 'price_brutto', 'created_at:datetime', /* ['class' => 'yii\grid\ActionColumn', 'template' =>'{view} {update}', ], */ ], ]); ?>