@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}} € 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
@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, ',', '')}} %

Produktbeschreibung

{!! $content->beschreibung !!}

Weitere Produktbilder


Weitere Produkte

@stop @section('scripts') @stop