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 @@

-
- - Gallery image -
Hofladen Pleystein
-
-
+ @foreach($nachrichten as $nach) + +
+ + + Gallery image +
{{$nach->title}}
+
+ +
+ + + + @endforeach +