@php($hp_order = $homeparty->order) @if($hp_order['is_bonus']) @endif
Gesamt {{__('tables.vk_price')}} {{__('tables.ek_price')}}
{{ $hp_order['voucher_name'] }} {{ Util::formatNumber($hp_order['voucher_price'])}} €
{{ __('order.total_sums') }}: {{ Util::formatNumber($hp_order['price'])}} € {{ Util::formatNumber($hp_order['ek_price'])}} €
{{ __('order.total_without_VAT') }}: {{ Util::formatNumber($hp_order['price_net'])}} € {{ Util::formatNumber($hp_order['ek_price_net'])}} €
{{ __('order.included_VAT') }}: {{ Util::formatNumber($hp_order['price']-$hp_order['price_net'])}} € {{ Util::formatNumber($hp_order['ek_price']-$hp_order['ek_price_net'])}} €