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

title) ?>

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

$model, 'attributes' => [ 'name', [ 'attribute' => 'status', 'label' => Yii::t('common/account', "Active"), 'value' => $model->statusHuman ], [ 'attribute' => 'type', 'value' => $model->typeHuman ], [ 'attribute' => 'log_card_read_in_reception', 'value' => $model->log_card_read_in_reception == '1' ? 'Igen' : 'Nem' ], 'created_at:datetime', 'updated_at:datetime', ], ]) ?>