diff --git a/content/list.blade.php b/content/list.blade.php index 75f5a9b..d045eac 100644 --- a/content/list.blade.php +++ b/content/list.blade.php @@ -25,6 +25,59 @@

+ + + @foreach($nachrichten as $nach) + + + +
+ +
+
+
+ + + +
+
+
{{date('d.m.Y', strtotime($nach->created_at))}}
+ +
+ +
+ + + + +
+
+
+ + + @endforeach + + + + {!! $nachrichten->render() !!} +