/** * Add new tags and detach old tags (sync tags) * */ private function syncTags(Item $item, array $tags) { $item->tags()->sync($tags); }