diff --git a/content/index.blade.php b/content/index.blade.php index 214b090..e90ace5 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,5 +1,13 @@ @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')