@php($contents = filterByContentType("Aktuelles")) @if($contents->isNotEmpty())

Neuigkeiten


@foreach($contents as $content)

{{$content->title}}

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

{!! $content->nachricht!!}

@endforeach
@endif @php($contents = filterByContentType("Wettbewerb")) @if($contents->isNotEmpty())

Wettbewerbe


@foreach($contents as $content)

{{$content->title}}

@endforeach
@endif

Grußwort des Veranstalters