From 8ebdc4e43d843a2649d46e16e35cc46252f0ec39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 29 Aug 2022 19:29:44 +0200 Subject: [PATCH] : --- .idea/workspace.xml | 63 ++++++++++++++++++++++++++++++ content/contents/produkt.blade.php | 9 ++--- content/index.blade.php | 35 ++++++++++++++++- content/master.blade.php | 2 +- 4 files changed, 102 insertions(+), 7 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..db6dbdd --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1661770675373 + + + + + + + \ No newline at end of file diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index bb8fa28..82760dd 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -14,17 +14,16 @@ @endif
-
- +
+ ...


-

{{$content->title}}

+

{{$content->title}}

- {{$content->data_fields['preis']}} - € + {{$content->data_fields['preis']}}€ Inkl. MwSt.
diff --git a/content/index.blade.php b/content/index.blade.php index ca7f1d4..baa33ef 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -32,5 +32,38 @@
+ +
+
+
+

Steckersolaranlagen

+ +
+ + + @foreach($contents as $content) + + + @endforeach + +
+
-@stop \ No newline at end of file +@stop diff --git a/content/master.blade.php b/content/master.blade.php index 4428cfb..9d2e9cc 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -77,7 +77,7 @@ - +