diff --git a/routes/web.php b/routes/web.php index 574871e2..6dbe70ef 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6206,6 +6206,7 @@ Route::get('/qtanegativa', function () { echo '[' . $ind . ']' . $sep . $mydatestr . $sep . $article->Id . $sep . $article->IdArticolo . $sep . $article->Titolo . $sep . $article->DescrizioneStatoProdotto . $sep . $article->DescrizioneFormato . '[Quantita = ' . $article->QtaDisponibile . ']
'; $prodotto = Product::where('sku', $sku); if ($prodotto) { + dd($prodotto); showarray($prodotto); }