@inject('type', 'Type') @php $typeAnkundigung = $type->get("Ankündigung"); $typeLeistungen = $type->get("Leistungen"); $typeNews = $type->get("News"); $typeProdukte = $type->get("Produkte"); $typeEvents = $type->get("Event"); $typeReferenzen = $type->get("Referenzen"); $typeJobs = $type->get("Jobs"); @endphp @include('template.'.config('settings.template').'.content.includes.meta') @include('template.'.config('settings.template').'.content.includes.css') @include('template.'.config('settings.template').'.content.includes.analytics') @yield('head') @if(auth()->check())
@endif @if(session()->has('auth_user')) @endif @if($_contact_bar)
{{$_legal_zip_code}} {{$_legal_city}}
@else
@endif @yield('content') @include('template.'.config('settings.template').'.content.includes.cookie-banner') @if($_warenkorb_aktiv) @endif @include('template.'.config('settings.template').'.content.includes.footer') @include('template.'.config('settings.template').'.content.includes.scripts') @yield('scripts')