title = 'Редактировать компанию: ' . $model->name; $this->params['breadcrumbs'][] = ['label' => 'Компании', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; $this->params['breadcrumbs'][] = 'Редактировать'; ?>