diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index dd82a20b..d2461c51 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -497,6 +497,7 @@ function showOrdini() foreach ($orders as $order) { $product = Product::where('sku', $order->CodArticoloGM)->first(); + dd($product); // $product = null; if ($product)