diff --git a/content/index.blade.php b/content/index.blade.php index de24bfc..277be92 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -99,7 +99,10 @@ {{date('d.m.Y H:i', strtotime($nach->created_at))}} -

{!! $nach->nachrichten !!}

+

+ {!! isset($nach->additional_fields['1']) ? $nach->additional_fields['1'] : 'keine Angaben' !!} + +