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

{{ $list->name }}

{{ $list->description }}

@foreach($contents as $content)

{{$content->title}}

{{ $content->updated_at->diffForHumans() }}
{!! Str::limit($content->vorschau, 280) !!}
@endforeach
@stop