-
- @if(\Session::get('premium_code') and $nach->paid != 0 and (empty($nach->premium_until) or $nach->premium_until > date('Y-m-d')))
-
- @endif
-
-
- @if($nach->created_at->diffInHours(date('Y-m-d H:i:s')) < 1)
-
-
- {{ $nach->created_at->diffForHumans() }} veröffentlicht
-
-
-
- @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
-
-
- @if ($nach->category)
-
-
-
{{ $nach->category->name}}
-
-
- @endif
-
- @if ($nach->image)
-
- @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
-
- @if($nach->type_id == 3)
-
-
-
-
- @if($nach->show_total_paid_action == 1)
-
- @if ($nach->actions->count() > 1)
-
-
-
-
{{ __('public.vote-distribution') }}
-
- @foreach ($nach->actions as $action)
-
{{ !empty($nach->total_paid_actions()) ? round(($action->payments()->where('status', 1)->sum('amount') * 100) / $nach->total_paid_actions()) : 0 }}%
-
- @endforeach
-
-
-
-
- @endif
- @endif
-
-
-
-
-
-
- @foreach ($nach->actions as $action)
-
-
-
- {{ $action->description }}
-
-
- @if ($action->type == 2)
-
-
- @endif
-
-
-
-
- @endforeach
-
-
-
- @foreach ($nach->actions as $action)
-
-
- @endforeach
-
- @endif
-
- @if(sizeof($nach->files) > 0)
-
-
{{ __('public.files-download') }}
-
-
-
- @foreach ($nach->files as $file)
-
- @endforeach
-
- @endif
-
-
-
-
-
-
-
- @if (env('APP_COMMENTS', false))
-
- @endif
-
-
-
-
-
-
- {{$comment->comment}} -
-