$query = SocialMediaFeed::where('location_id', $location_id); if(!$filters) { $query = $query->where('self', '<>', true); } else { $query = $query->orWhere('self', true); }