@extends('template.'.config('settings.template').'.content.master') @section('head') {{$list->name}} @stop @section('content')

Neuigkeiten

{{ $list->description }}

@foreach($contents as $content)

{{$content->title}}

{{date("d.m.Y", strtotime($content->created_at))}}

{!! Str::limit($content->nachricht, 140)!!}

@endforeach
@stop