@php($hp_order = $homeparty->order) @if($hp_order['is_bonus']) @endif
{{ __('tables.total') }} {{__('tables.points')}} {{__('tables.earnings')}} {{__('tables.vk_price')}} {{__('tables.ek_price')}}
{{ $hp_order['voucher_name'] }} {{ Util::formatNumber($hp_order['voucher_price'])}} €
{{ __('order.total_sums') }}: {{ $hp_order['points'] - $hp_order['bonus_points_diff'] }} {{ Util::formatNumber($hp_order['income_price'])}} € {{ 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'])}} €