Snapey3 years ago Best Answer Level 122ReplyReport Spam$id is your uuids string? You need to convert it to an array if you want to use it in whereIn $skills = DB::table("industry_skill_sets") ->whereIn('industry_id', explode(',',$id)) ->pluck("name","id"); Like Reply 1 like