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 +