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;