diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2a0780f..41dff1f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,8 @@ - - + + + diff --git a/content/contents/balkonkraftwerk.blade.php b/content/contents/balkonkraftwerk.blade.php new file mode 100644 index 0000000..833d0f3 --- /dev/null +++ b/content/contents/balkonkraftwerk.blade.php @@ -0,0 +1,96 @@ +@layout("content.master") +@section('head') +{{$content->title}} + +@stop +@section('content') +
+ @if(session()->has('success')) +
{{session()->get('success')}}
+ @elseif(session()->has('error')) +
{{session()->get('error')}}
+ @endif +
+
+
+ ... +
+
+
+
+
+

{{$content->title}}

+
+ {{$content->data_fields['preis']}}€ + Inkl. MwSt. +
+
+ + @if(2==2) + + Sofort verfügbar! + + @elseif(2==3) + + Nachschub ist unterwegs. Jetzt vorbestellen! + @endif +
+ + Kostenloser Anmeldeservice beim Netzbetreiber inklusive +
+
+ Lieferumfang: +
+
+
    +
  • 2x Longi 375 Watt Monokristaline Module
  • +
  • 1x 600 Watt Wechselrichter mit Zertifizierung
  • +
  • 1x Kabel für Schuko-Stecker
  • +
+ + +
+ +
+ +
+ +
+ +
+ + + + +
+
+
+
+
+ + + +@stop +@section('scripts') + +@stop \ No newline at end of file diff --git a/content/contents/solarmodule.blade.php b/content/contents/solarmodule.blade.php new file mode 100644 index 0000000..992453a --- /dev/null +++ b/content/contents/solarmodule.blade.php @@ -0,0 +1,96 @@ +@layout("content.master") +@section('head') +{{$content->title}} + +@stop +@section('content') +
+ @if(session()->has('success')) +
{{session()->get('success')}}
+ @elseif(session()->has('error')) +
{{session()->get('error')}}
+ @endif +
+
+
+ ... +
+
+
+
+
+

{{$content->title}}

+
+ + Inkl. MwSt. +
+
+ + @if(2==2) + + Sofort verfügbar! + + @elseif(2==3) + + Nachschub ist unterwegs. Jetzt vorbestellen! + @endif +
+ + Kostenloser Anmeldeservice beim Netzbetreiber inklusive +
+
+ Lieferumfang: +
+
+
    +
  • 2x Longi 375 Watt Monokristaline Module
  • +
  • 1x 600 Watt Wechselrichter mit Zertifizierung
  • +
  • 1x Kabel für Schuko-Stecker
  • +
+ + +
+ +
+ +
+ +
+ +
+ + + + +
+
+
+
+
+ + + +@stop +@section('scripts') + +@stop diff --git a/content/lists/balkonkraftwerk.blade.php b/content/lists/balkonkraftwerk.blade.php new file mode 100644 index 0000000..8a12f01 --- /dev/null +++ b/content/lists/balkonkraftwerk.blade.php @@ -0,0 +1,43 @@ +@layout('content.master') +@section('content') +
+
+
+
+

Balkonkraftwerk

+
+ +
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus aperiam asperiores consectetur dicta eaque et eveniet ex illo ipsa iste maiores maxime, modi optio perferendis, quaerat quisquam, sapiente vitae voluptas!

+
+
+
+
+
+ + @foreach($contents as $content) + + + @endforeach + +
+
+
+@stop diff --git a/content/master.blade.php b/content/master.blade.php index 3eb8f3a..201207f 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -33,10 +33,10 @@ Areya Energy
- Produkte + Balkonkraftwerk
- Zubehör + Zubehör
Service @@ -155,7 +155,7 @@ updateProductsInLocalStorage(); }); $(document).on('change', '.select-quantity', function(){ - + }); });