select('id', 'name')->where('category_id', $categoryId)->where('status', $status)->get()->toArray(); return $tagData; } }