@extends('template.'.\Setting::get('template', 'default').'.content.master') @section('content')


Aktuelles

@if (isset($listModel)) {{ $listModel->description }} @else {{ \Setting::get('description')}} @endif

@if (\Route::currentRouteName() == 'author.get')




{{ $author->name }}

{{ $author->description }}

@if (isset($author->social_networks['email'])) | @endif @if (isset($author->social_networks['site'])) {{ $author->social_networks['site'] }} @endif

@foreach ($social as $value) @if (isset($author->social_networks[$value])) @endif @endforeach

@endif @if (\Route::currentRouteName() == 'welcome')


{{ __('public.popular-authors') }}

@foreach ($authors as $author) @endforeach



@endif
@if (env('APP_WRITE', false))


{{ __('public.propose-content') }} Neuen Inhalt einreichen

@endif
@foreach($nachrichten as $nach)
@if(\Session::get('premium_code') and $nach->paid != 0 and (empty($nach->premium_until) or $nach->premium_until > date('Y-m-d')))
Premium content
@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->list)

{{ $nach->list->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)
@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
@endforeach {{ $nachrichten->links() }}
@stop @section('scripts') @if (env('APP_WRITE', false)) @endif @if (\Session::has('success_plan')) @endif @stop