From 69729a07cf7ad55453a423633e32093a570d8c9a Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 3 Sep 2024 12:17:42 +0200 Subject: [PATCH] aaa --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 16ce2046..8f794ee6 100644 --- a/routes/web.php +++ b/routes/web.php @@ -5030,6 +5030,7 @@ Route::get('/prossimauscita', function () { switch ($article->DescrizioneTipologia) { case 'Libri': + case 'Cartolibro': $prodotti = $prodotti->where('name', $titolo)->get(); $id = 0;