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; ?>
$receptionForm, 'route' => ['customer/create'] ] )?>

title) ?>

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