From f6cac2e8393572ebfef352fe0ff9b2e535068afe Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 12:19:07 +0200 Subject: [PATCH] test --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 650928f4..10cf3277 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6105,6 +6105,7 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po $variations = Variation::all($product_id); if ($variations->count() > 0) { + echo "Variazioni: " . $variations->count() . "
"; foreach ($variations as $variation) {