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


Aktuelles

@if (isset($listModel)) {{ $listModel->description }} @else {{ \Setting::get('description')}} @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 !!}

@endforeach {{ $nachrichten->links() }}
@stop @section('scripts') @stop