$event_ids = []; foreach($top_selling_trips as $key => $value) { if($value->total_booking) $event_ids[] = $value->id; }