@inject('type', 'Type') @extends('template.'.config('settings.template').'.content.master') @section('content')

Über uns

{{$_about_introduction}}

@if($_about_image)
@endif

{{$_about_text}}

@if($_about_image1)
@endif @if($_about_image2)
@endif @if($_about_image3)
@endif
@if(1==3)

Unser Team

@if($type->get("Ansprechpartner")->status) @php($ansprechpartner = filterByContentType("Ansprechpartner")) @if($ansprechpartner->isNotEmpty()) @foreach($ansprechpartner as $content)

{{$content->title}}

Geschäftsführer
{{$_telefonnummer}}
@endforeach @endif @endif
@endif @stop @section('scripts') @stop