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

{{ $list->name }}


@if (isset($list)) {{ $list->description }} @endif
@foreach($contents as $nach)
@if ($nach->image) @else @endif
{{ $nach->created_at->diffForHumans() }}
{!! !empty($nach->description)?$nach->description:'keine Angaben' !!}
@endforeach {!! $contents->render() !!}




@stop @section('scripts') @stop