whereRaw('lastSeen = "'.now()->format('Y-m-d').'"') ->whereRaw('priceCurrent < productStandardPrice') ->orderByDesc('starred') ->orderByDesc('created_by') ->with(['currentPrice', 'lowestPrice']) ->get(); return $this->render('productList.html.twig', ['products' => $products, 'listType' => $listType]); } }