diff --git a/content/lists/aktuelles.blade.php b/content/lists/aktuelles.blade.php index 0037048..31719c9 100644 --- a/content/lists/aktuelles.blade.php +++ b/content/lists/aktuelles.blade.php @@ -24,11 +24,9 @@

-

{{ $listModel->name }}

+

{{ $list->name }}

+ - @if (isset($listModel)) - {{ $listModel->description }} - @endif


@@ -39,16 +37,16 @@ @foreach($contents as $indexContent => $content)
-
+
@if ($nach->image) - + @endif

{{$nach->title}}

- {{date('d.m.Y H:i', strtotime($nach->created_at))}} + {{date('d.m.Y H:i', strtotime($content->created_at))}}

{!! isset($nach->additional_fields['4']) ? $nach->additional_fields['4'] : 'keine Angaben' !!} @@ -56,7 +54,7 @@