@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
@isset($content->price_5 )

@isset($content->price_5) @endisset @isset($content->price_10) @endisset @isset($content->price_palette) @endisset
Abnahme Preis pro Einheit
ab 5 Stck. {{$content->data_fields['preis_5']}} €
ab 5 Stck. {{$content->data_fields['preis_10']}} €
Palette ({{$content->data_fields['module_pro_palette']}} Stück) {{$content->data_fields['preis_palette']}} €
@endisset

@stop @section('scripts') @stop