From 309901ec66099c46a035e0b950ad03886b6c6f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 4 Sep 2022 21:15:05 +0200 Subject: [PATCH] : --- .idea/workspace.xml | 6 ++---- content/contents/solarmodule.blade.php | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 506a85b..2cf561a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + diff --git a/content/contents/solarmodule.blade.php b/content/contents/solarmodule.blade.php index 7074719..3562a37 100644 --- a/content/contents/solarmodule.blade.php +++ b/content/contents/solarmodule.blade.php @@ -43,7 +43,7 @@ - @isset($content->preis_5 ) + @isset($content->data_fields['preis_5'])

@@ -63,21 +63,21 @@ - @isset($content->preis_5) + @isset($content->data_fields['preis_5']) ab 5 Stück {{$content->data_fields['preis_5']}} € @endisset - @isset($content->price_10) + @isset($content->data_fields['preis_10']) ab 5 Stück {{$content->data_fields['preis_10']}} € @endisset - @isset($content->price_palette) + @isset($content->data_fields['preis_palette']) Palette ({{$content->data_fields['module_pro_palette']}} Stück) {{$content->data_fields['preis_palette']}} €