@extends('template.'.config('settings.template').'.content.master') @section('content')


Aktuelles

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

@foreach($nachrichten as $nach)
@if ($nach->image) @endif
{{$nach->title}}
{{date('d.m.Y H:i', strtotime($nach->created_at))}}

{!! $nach->nachrichten !!}

@endforeach
@stop @section('scripts') @stop