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

{{ $list->name }}


@if (isset($list)) {{ $list->description }} @endif
@foreach($contents as $content)

{!! isset($content->data_fields['antwort'])?$content->data_fields['antwort']:'keine Angaben' !!}
@endforeach





{!! $contents->render() !!}



@stop @section('scripts') @stop