I have an array like this:
$shipping_statuses = LogStatus::select(\'id\', \'group_id\', \'title\')->whereIn(\'group_id\', [1,2,3,4,5,6])->get();