StudyProgram::select('id', 'name') ->where('faculty_id', $context['faculty']) ->get() ->pluck('name', 'id')); } }