diff --git a/content/index.blade.php b/content/index.blade.php index 908deb3..8bb42f0 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -99,6 +99,7 @@ +

Aktuelle Neuigkeiten

@@ -148,6 +149,8 @@
+
+
@@ -173,6 +176,7 @@
+
@@ -185,7 +189,7 @@
- @foreach($nachrichten->take(6) as $nach) + @foreach($nachrichten::whereJsonContains('additional_fields->1', $nach->additional_fields['1'])->take(6) as $nach)