title = 'Менеджер: ' . $manager . ', ' . 'сотрудник: ' . $employee; $this->params['breadcrumbs'][] = ['label' => 'Manager Employees', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; YiiAsset::register($this); ?>

$model->id], ['class' => 'btn btn-primary']) ?> $model->id], ['class' => 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'id', [ 'attribute' => 'manager_id', 'value' => ArrayHelper::getValue($model,'manager.userCard.fio'), ], [ 'attribute' => 'employee_id', 'value' => ArrayHelper::getValue($model,'userCard.fio'), ], ], ]) ?>