title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/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('frontend/account', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id_account', 'name', 'status', 'type', 'created_at', 'updated_at', ], ]) ?>