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 ], 'created_at:datetime', 'updated_at:datetime', ], ]) ?>