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

title) ?>

$model->id_customer], ['class' => 'btn btn-primary']) ?>

$model, 'attributes' => [ [ 'attribute' => 'id_customer_card', 'value' => $model->customerCardNumber ], [ 'attribute' => 'id_user', 'value' => $model->username, 'label' => 'Felhasználó' ], 'name', 'email:email', 'phone', [ 'attribute' => 'sex', 'value' => $model->sexHuman ], 'date_stundent_card_expire', 'birthdate:date', 'image', 'description', 'tax_number', [ 'attribute' => 'bank_name', 'label' => 'Bank neve' ], [ 'attribute' => 'bank_account', 'label' => 'Bankszámlaszám' ], 'country', 'zip', 'city', 'address', 'created_at:datetime', 'updated_at:datetime', ], ]) ?>