diff --git a/content/contents/leistungen.blade.php b/content/contents/leistungen.blade.php index 7d08e95..93558d3 100644 --- a/content/contents/leistungen.blade.php +++ b/content/contents/leistungen.blade.php @@ -122,11 +122,11 @@

Weitere Leistungen

- @foreach($otherContents->take(3) as $otherContent) + @foreach($otherContents->take(3) as $index => $otherContent)
-
+

{{$otherContent->title}}

diff --git a/content/contents/news.blade.php b/content/contents/news.blade.php index b18b2a0..9c78b96 100644 --- a/content/contents/news.blade.php +++ b/content/contents/news.blade.php @@ -71,10 +71,10 @@

Weitere Nachrichten

- @foreach($otherContents->take(3) as $otherContent) + @foreach($otherContents->take(3) as $index => $otherContent)
-
+
diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 5fd773e..4aa4fe5 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -178,10 +178,10 @@

Weitere Produkte

- @foreach($otherContents->take(3) as $otherContent) + @foreach($otherContents->take(3) as $index => $otherContent) -
- +
+
diff --git a/content/index.blade.php b/content/index.blade.php index 786c194..106fb05 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -37,10 +37,10 @@
@isset($content->link) -