From 6a22a3579e7d1d6cdd40709f71d845163f1370c4 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Tue, 16 Jan 2024 17:47:02 -0300 Subject: [PATCH] . --- content/index.blade.php | 39 ++++++++++++++++++++++----------------- content/master.blade.php | 23 +++++++++++++++++------ 2 files changed, 39 insertions(+), 23 deletions(-) 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')