title = "Vendég információk"; $this->params['breadcrumbs'][] = "Vendég"; $this->params['breadcrumbs'][] = "Információk"; ?> $model]) ?>
$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', ], ]) ?>