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




Wettbewerbe

    @foreach($contents as $content)
  • {{date("d", strtotime($content->datum))}}. {{date("F", strtotime($content->datum))}}
  • @endforeach
@stop