Best way to use is
$newarrivalproducts = Product::whereRaw("FIND_IN_SET(1, tags) OR FIND_IN_SET(2, tags)")->get();
Best way to use is
$newarrivalproducts = Product::whereRaw("FIND_IN_SET(1, tags) OR FIND_IN_SET(2, tags)")->get();
Correct your coding and programming skills to achieve more.