<?php $items = [
'0' => 'Проект1',
'1' => 'Проект2',
'2' => 'Проект3',
];
?>
<?= $form->field($model, 'service')->dropDownList($items) ?>