@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



{{$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, ',', '')}} %
@if($_warenkorb_aktiv)
@endif

Produktbeschreibung

{!! $content->beschreibung !!}
@isset($content->produktbilder)

Weitere Produktbilder

@foreach($content->produktbilder as $produktbild)
@endforeach
@endisset @php($otherContents = filterByContentType("Produkte")->filter(function ($item) use ($content) { return $item->id != $content->id; })) @if($otherContents->isNotEmpty())

Weitere Produkte

@foreach($otherContents->take(3) as $otherContent) @endforeach
@endif
@stop @section('scripts') @stop