Laravel 10 – Complex product search based on article number in the product option tables
After retrieving the first article number, I can only obtain the data for all products from the query. Each product has a "type_id" that determines in which junction table the product options can be found. My question is how can…