I make an eloquent query :
$data = HealthItem::whereIn(\'person_id\', $arrPersons) ->findByCategoryGroup(\'vaccines\') ->orderBy(\'name\', \