From 23f5fcd25ca1ad533f79dda6ab88b77b37b9a185 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 17 May 2024 19:04:42 +0200 Subject: [PATCH] tt --- routes/web.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index 27a2ab40..be6198cc 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6058,8 +6058,7 @@ Route::get('/aggiornapreorder/{idarticolo}', function ($idarticolo) { $product = Product::where('sku', $idarticolo)->first(); if ($product) { - - echo 'Prodotto: ' . $product->id . ' - ' . $product->name . '
'; + dd($product); $aggiorna = false;