When you want to find the based on find in set in laravel

Best way to use is

$newarrivalproducts = Product::whereRaw("FIND_IN_SET(1, tags) OR FIND_IN_SET(2, tags)")->get();

Conclusion

Correct your coding and programming skills to achieve more.