@extends('template.'.config('settings.template').'.content.master') @section('head') {{$content->title}} @stop @section('content')
@if(session()->has('success'))
{{session()->get('success')}}
@elseif(session()->has('error'))
{{session()->get('error')}}
@endif
Bild {{$content->title}}


{{$content->title}}

{{$content->preis}} € 0% MwSt.

Dieser Artikel ist aufgrund des Jahressteuergesetzes 2022 als Photovoltaik Artikel mehrwertsteuerfrei, für weitere Details klicken Sie hier

@if(2==2) Sofort in Vohenstrauß verfügbar! @elseif(2==3) Nachschub ist unterwegs. Jetzt vorbestellen! @endif
@isset($content->preis_5)

@endisset

@isset($content->preis_5) @endisset @isset($content->preis_10) @endisset @isset($content->preis_palette) @endisset
Abnahme Preis pro Einheit Rabatt
ab 5 Stück {{$content->preis_5}} € {{number_format((float) (($content->preis_5-$content->preis)*100)/$content->preis , 2, ',', '')}} %
ab 10 Stück {{$content->preis_10}} € {{number_format((float) (($content->preis_10-$content->preis)*100)/$content->preis , 2, ',', '')}} %
Palette ({{$content->module_pro_palette}} Stück) {{$content->preis_palette}} € {{number_format((float) (($content->preis_palette-$content->preis)*100)/$content->preis , 2, ',', '')}} %
@isset($content->hersteller) @endisset @isset($content->leistung) @endisset
Hersteller {{$content->hersteller}}
Leisung: {{$content->leistung}} Watt
Zellstruktur: Monokristalin

@stop @section('scripts') @stop