@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)

{{date('d.m.Y', strtotime($nach->created_at))}}
@endforeach {!! $nachrichten->render() !!}
@stop @section('scripts') @stop