title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Company Infos'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->company_info_id], ['class' => 'btn btn-primary']) ?> $model->company_info_id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('app', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'company_info_id', 'name', 'staff', 'street', 'house', 'hide_mail', ], ]) ?>