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

{{ $list->name }}

{{ $list->description }}

@foreach($contents as $content)

{{$content->title}}

{{date('d.m.Y H:i', strtotime($content->created_at))}}

@endforeach
@stop