- Home
@@ -24,144 +22,138 @@
@elseif(session()->has('error'))
{{session()->get('error')}}
@endif
-
-
-
-
-
-
-
-
-
{{$content->title}}
-
- {{$content->preis}} €
- inkl. 19% MwSt.
-
-
-
- @if($content->verfugbarkeit == 'sofort verfuegbar')
-
-
- Sofort in {{$_legal_city}} verfügbar!
-
- @elseif($content->verfugbarkeit == 'In kürze Verfügbar')
-
-
- In Kürze wieder verfügbar
-
- @elseif($content->verfugbarkeit == 'auf bestellung verfuegbar')
-
-
- Produkt ist auf Bestellung verfügbar.
-
- @elseif($content->verfugbarkeit == 'nicht mehr verfuegbar')
-
-
- Produkt ist leider nicht mehr verfügbar.
-
- @endif
-
-
- {!! $content->kurzbeschreibung !!}
-
-
-
-
- @isset($content->preis_5)
-
-
-
-
-
-
-
- @endisset
-
-
-
-
-
-
-
-
-
- Abnahme |
- Preis pro Einheit |
- Rabatt |
-
-
-
-
- @isset($content->preis_5)
-
- ab 5 Stück |
- {{$content->preis_5}} € |
- {{number_format((float) (($content->preis_5-$content->preis)*100)/$content->preis , 2, ',', '')}} % |
-
- @endisset
-
- @isset($content->preis_10)
-
- ab 10 Stück |
- {{$content->preis_10}} € |
- {{number_format((float) (($content->preis_10-$content->preis)*100)/$content->preis , 2, ',', '')}} % |
-
- @endisset
-
- @isset($content->preis_palette)
-
- Palette ({{$content->module_pro_palette}} Stück) |
- {{$content->preis_palette}} € |
- {{number_format((float) (($content->preis_palette-$content->preis)*100)/$content->preis , 2, ',', '')}} % |
-
- @endisset
-
-
-
-
-
-
-
-
-
- @if($_warenkorb_aktiv)
-
-
-
-
-
-
-
-
-
- @endif
-
+
+
+
+
+
+
+
+
{{$content->title}}
+
+ {{$content->preis}} €
+ inkl. 19% MwSt.
+
+
+ @if($content->verfugbarkeit == 'sofort verfuegbar')
+
+
+ Sofort in {{$_legal_city}} verfügbar!
+
+ @elseif($content->verfugbarkeit == 'In kürze Verfügbar')
+
+
+ In Kürze wieder verfügbar
+
+ @elseif($content->verfugbarkeit == 'auf bestellung verfuegbar')
+
+
+ Produkt ist auf Bestellung verfügbar.
+
+ @elseif($content->verfugbarkeit == 'nicht mehr verfuegbar')
+
+
+ Produkt ist leider nicht mehr verfügbar.
+
+ @endif
+
+
+ {!! $content->kurzbeschreibung !!}
+
+
+
+
+ @isset($content->preis_5)
+
+
+
+
+
+
+
+ @endisset
+
+
+
+
+
+
+
+
+
+ Abnahme |
+ Preis pro Einheit |
+ Rabatt |
+
+
+
+
+ @isset($content->preis_5)
+
+ ab 5 Stück |
+ {{$content->preis_5}} € |
+ {{number_format((float) (($content->preis_5-$content->preis)*100)/$content->preis , 2, ',', '')}} % |
+
+ @endisset
+
+ @isset($content->preis_10)
+
+ ab 10 Stück |
+ {{$content->preis_10}} € |
+ {{number_format((float) (($content->preis_10-$content->preis)*100)/$content->preis , 2, ',', '')}} % |
+
+ @endisset
+
+ @isset($content->preis_palette)
+
+ Palette ({{$content->module_pro_palette}} Stück) |
+ {{$content->preis_palette}} € |
+ {{number_format((float) (($content->preis_palette-$content->preis)*100)/$content->preis , 2, ',', '')}} % |
+
+ @endisset
+
+
+
+
+
+
+
+
+
+ @if($_warenkorb_aktiv)
+
+
+
+
+
+
+
+
+
+ @endif
+
+
Produktbeschreibung
{!! $content->beschreibung !!}
-
-
-
-
-
@isset($content->produktbilder)
@@ -174,12 +166,9 @@
@endforeach
-