From 0696cc741baa2cca963ba0942e4eae9553efaa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Fri, 17 Sep 2021 18:30:18 +0200 Subject: [PATCH] added hr to index --- content/index.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)