title = Yii::t('common/customer', 'Create Customer'); $this->params['breadcrumbs'][] = ['label' => Yii::t('common/customer', 'Customers'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; $customer = $model; $card = $customer->card; ?>
$customer, 'card' => $card] ) ?>
$customer, 'card' =>$card, 'route' => ['customer/reception'] ] )?>

title) ?>

render('_form_create', [ 'model' => $model, ]) ?>