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

{{$content->title}}

{!! $content->kurzbeschreibung !!}

{!! $content->beschreibung !!}

Unverbindlich anfragen

@php($otherContents = filterByContentType("Leistungen")->filter(function ($item) use ($content) { return $item->id != $content->id; })) @if($otherContents->isNotEmpty())

Weitere Leistungen

@foreach($otherContents->take(3) as $otherContent) @endforeach
@endif
@stop @section('scripts') @stop