@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
{{ $nach->created_at->diffForHumans() }}
{!! isset($content->data_fields['beschreibung'])?$content->data_fields['beschreibung']:'keine Angaben' !!}
@endforeach {!! $contents->render() !!}




@stop @section('scripts') @stop