From 58722bb3e3f6fdae6cc9cd0ba02067a7fd9f228d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 7 Sep 2021 10:38:03 +0200 Subject: [PATCH] added list functionalities --- content/lists/default.blade.php | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/content/lists/default.blade.php b/content/lists/default.blade.php index 7d9b711..e927ff1 100644 --- a/content/lists/default.blade.php +++ b/content/lists/default.blade.php @@ -49,14 +49,23 @@

- + @foreach($nachrichten as $nach) + + + + + + @endforeach +