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

{{ $list->name }}

{{ $list->description }}

@foreach($contents as $content)

{{$content->title}}

{{$content->preis}} €
{!! Str::limit($content->kurzbeschreibung, 100) !!}
@endforeach
@stop