From d65fd09242254c578b6130e382124d1831ee38a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Mon, 29 Aug 2022 18:38:40 +0200 Subject: [PATCH] . --- content/contents/produkt.blade.php | 146 +++-------------------------- content/lists/produkte.blade.php | 34 +++++-- 2 files changed, 37 insertions(+), 143 deletions(-) diff --git a/content/contents/produkt.blade.php b/content/contents/produkt.blade.php index 1a7566c..bb8fa28 100644 --- a/content/contents/produkt.blade.php +++ b/content/contents/produkt.blade.php @@ -15,52 +15,16 @@
- +


-

Steckersolar Max 600

+

{{$content->title}}

- 759 € + {{$content->data_fields['preis']}} + € Inkl. MwSt.

@@ -207,4 +87,4 @@ if(localStorage.getItem("products") != null) objProducts = JSON.parse(localStorage.getItem("products")); }); */ -@stop \ No newline at end of file +@stop diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index 6b22bc8..63f8d2f 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -4,7 +4,7 @@
-

Produkte

+

Steckersolar



@@ -12,15 +12,29 @@
-
- -
+ + @foreach($contents as $content) + + + @endforeach +