@inject('type', 'Type') @extends('template.'.config('settings.template').'.content.master') @php $typeAnkundigung = $type->get("Ankündigung"); $typeLeistungen = $type->get("Leistungen"); $typeNews = $type->get("News"); $typeProdukte = $type->get("Produkte"); @endphp @section('head') @stop @section('content') @if($_hero_is_container)
@endif

{{config('settings.name')}}

{{config('settings.description')}}

{{config('settings.name')}}

{{config('settings.description')}}

@if($_hero_is_container)
@endif

{{config('settings.name')}}

{{config('settings.description')}}

@if($typeAnkundigung->status) @if($typeAnkundigung->contents->isNotEmpty())
@foreach($typeAnkundigung->contents->take(3) as $content) @endforeach
@endif @endif @if($typeLeistungen->status) @if($typeLeistungen->contents->isNotEmpty())

Leistungen

@foreach($typeLeistungen->contents->take(3) as $contentIndex => $content)

{{$content->title}}

{{$content->kurzbeschreibung}}

@endforeach @if($typeLeistungen->contents->count() > 3) @endif
@endif @endif @if($typeNews->status) @if($typeNews->contents->isNotEmpty())

Aktuelles

@foreach($typeNews->contents->take(3) as $index => $content)

{{$content->title}}

{{ $content->updated_at->diffForHumans() }}
{!! Str::limit($content->vorschau, 280) !!}
@endforeach @if($typeNews->contents->count() > 3) @endif
@endif @endif @if($typeProdukte->status) @if($typeProdukte->contents->isNotEmpty())

Produkte

@foreach($typeProdukte->contents->take(3) as $content)

{{$content->title}}

{{$content->updated_at->diffForHumans()}}
{{$content->kurzbeschreibung}}
@endforeach @if($typeProdukte->contents->count() > 3) @endif
@endif @endif

Kontakt


{{$_legal_name}}
{{$_legal_address}}
{{$_legal_zip_code}} {{$_legal_city}}

@stop @section('scripts') @stop