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)