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->id_account], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('common/account', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) */ ?>

$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', ], ]) ?>