From 39b046ad42cc787dd28050a31e38da71fdf9b961 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 16 Jan 2024 17:50:22 -0300 Subject: [PATCH] . --- content/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index e90ace5..3fe74f6 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -193,7 +193,7 @@ @endforeach - @if($news->count() > 3) + @if($typeNews->contents->count() > 3)
@@ -245,7 +245,7 @@
@endforeach - @if($products->count() > 3) + @if($typeProdukte->contents->count() > 3)