diff --git a/content/index.blade.php b/content/index.blade.php index c760d73..c48cfbc 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -71,7 +71,107 @@ -
+ +
+ + + + + +
+ +
+
+

Aktuelles

+
+ +
+ + @foreach($nachrichten as $nach) +
+ + + + + +
+ + @if ($nach->image) + + @endif + +
+ + +
{{$nach->title}}
+ +
+ @if ($nach->user and $nach->user->public_author == 1) + + + {{ $nach->user->name }} - {{date('d.m.Y H:i', strtotime($nach->created_at))}} + @else + {{date('d.m.Y H:i', strtotime($nach->created_at))}} + @endif +
+ + + + + + +

+ {!! $nach->nachrichten !!} +

+ + @if ($nach->type_id == 2) +

+

{{ __('public.work-location') }}

{{ isset($nach->additional_fields['workplace']) ? $nach->additional_fields['workplace'] : '-'}} +

+ +

+

{{ __('public.contact-data') }}

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

+ @endif + + + +
+ + + + + + + + + +
+ +
+ + @endforeach + + + +
+ + + + +
+
+ + +