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

{{ $list->name }}


@if (isset($list)) {{ $list->description }} @endif
@foreach($contents as $content)
@if ($content->image) @else @endif
{{ $content->created_at->diffForHumans() }}
{!! strIsset(Str::limit(strip_tags(html_entity_decode($content->data_fields['neuigkeit'])), 600,'...'), 'keine Angaben') !!}
@endforeach {!! $contents->render() !!}




@stop