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

Aktuelles

@foreach($contents as $content)
@if ($content->image) @endif

{{$content->title}}

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

{!! strIsset(Str::limit(strip_tags(html_entity_decode($content->data_fields['neuigkeit'])), 600,'...'), 'keine Angaben') !!}

@endforeach











@stop @section('scripts') @stop