@extends('template.'.config('settings.template').'.content.master') @section('head')
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, ',', '')}} % |