@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
@if(empty($content->image)) ... @else ... @endif


{{$content->title}}

{{$content->data_fields['preis']}} € Inkl. MwSt.
@if(2==2) Sofort verfügbar! @elseif(2==3) Nachschub ist unterwegs. Jetzt vorbestellen! @endif

Abnahme Preis pro Einheit
ab 5 Stck. {{$content->data_fields['preis_5']}} €
ab 10 Stck. {{$content->data_fields['preis_10']}} €
Palette (30 Stück) {{$content->data_fields['preis_palette']}} €

Lieferumfang:

  • 2x Longi 375 Watt Monokristaline Module
  • 1x 600 Watt Wechselrichter mit Zertifizierung
  • 1x Kabel für Schuko-Stecker

@stop @section('scripts') @stop