here is my eloquent query $cat = Category::with(\'subcategory.items.products\')->where(\'id\',$discates)->first(); i want to put where(\'status\',1) on products in wit