title = 'Сотрудники'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Назначить менеджеру работника', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'manager_id', 'value' => 'manager.user.userCard.fio', ], [ 'attribute' => 'employee_id', 'value' => 'employee.email', ], ['class' => 'yii\grid\ActionColumn'], ], ]); ?>