@extends('template.'.config('settings.template').'.content.master')
@section('content')
{{ $listModel->name }}
@if (isset($listModel))
{{ $listModel->description }}
@endif
@foreach($nachrichten as $nach)
{!! !empty($content->description)?$content->description:'keine Angaben' !!}
@endforeach
{!! $nachrichten->render() !!}
@stop
@section('scripts')
@stop