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;