diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f0a4cd9..d232917 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,11 @@ + + + + @@ -59,7 +63,7 @@ - + diff --git a/content/contents/solarmodule.blade.php b/content/contents/solarmodule.blade.php index d683034..67b0217 100644 --- a/content/contents/solarmodule.blade.php +++ b/content/contents/solarmodule.blade.php @@ -43,38 +43,55 @@ -

- -

-
-
- - - - - - - - - - - - - - - - - - - - - -
AbnahmePreis pro Einheit
ab 5 Stck.{{$content->data_fields['preis_5']}} €
ab 10 Stck.{{$content->data_fields['preis_10']}} €
Palette ({{$content->data_fields['module_pro_palette']}} Stück){{$content->data_fields['preis_palette']}} €
+ @isset($content->price_5 ) + + +

+ +

+
+
+ + + + + + + + + + @isset($content->price_5) + + + + + @endisset + + @isset($content->price_10) + + + + + @endisset + + @isset($content->price_palette) + + + + + @endisset + + + +
AbnahmePreis pro Einheit
ab 5 Stck.{{$content->data_fields['preis_5']}} €
ab 5 Stck.{{$content->data_fields['preis_10']}} €
Palette ({{$content->data_fields['module_pro_palette']}} Stück){{$content->data_fields['preis_palette']}} €
+
-
+ @endisset + + diff --git a/content/index.blade.php b/content/index.blade.php index 6369987..0bae29e 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -47,7 +47,7 @@
- ... + {{$content->title}}
diff --git a/content/lists/produkte.blade.php b/content/lists/produkte.blade.php index 3abdbb4..8509f23 100644 --- a/content/lists/produkte.blade.php +++ b/content/lists/produkte.blade.php @@ -13,11 +13,13 @@
-
+
+ +

Solarmodule

@foreach($contents as $content) -
+ @stop diff --git a/content/lists/pv-brands.blade.php b/content/lists/pv-brands.blade.php new file mode 100644 index 0000000..8509f23 --- /dev/null +++ b/content/lists/pv-brands.blade.php @@ -0,0 +1,124 @@ +@layout('content.master') +@section('content') +
+
+
+
+

Produkte

+
+ +
+

Finden Sie hier eine grosse Auswahl an Solar Produkten

+
+
+
+
+
+ +

Solarmodule

+ + @foreach($contents as $content) + + + @endforeach + +
+ + +
+ +

Befestigungsmaterial

+ + @foreach($contents as $content) + + + @endforeach + +
+ + +
+ +

Strommessung

+ + @foreach($contents as $content) + + + @endforeach + +
+ + +
+ +

Kabel & Stecker

+ + @foreach($contents as $content) + + + @endforeach + +
+
+
+@stop