@if($homeparty_guest && $homeparty_guest->homeparty_user_order_items->count() || $homeparty_guest->is_host) @foreach($homeparty_guest->homeparty_user_order_items as $value) @endforeach @php($user_cart = $homeparty->order['user_carts'][$homeparty_guest->id]) @php($hp_order = $homeparty->order) @if(!$homeparty_guest->is_host) @if($homeparty_guest->getDelivery() === 'direct') @endif @else @if($hp_order['is_bonus']) @endif @if($hp_order['is_bonus_coupon']) @endif @if($hp_order['is_bonus']) @endif @endif
{{__('tables.product')}} {{__('tables.quantity')}} {{__('tables.vk_price')}} {{__('tables.ek_price')}}
{{ $value->product->getLang('name') }}
{{ __('order.art_no') }}: {{ $value->product->number }}
{{$value->qty}} {{ $value->getFormattedTotalPrice() }} € {{ $value->getFormattedTotalEKPrice() }} €
@if($homeparty_guest->getDelivery() === 'host') {{ __('homeparty.delivery_to_host') }} @endif @if($homeparty_guest->getDelivery() === 'direct') {{ __('homeparty.delivery_directly_to_the_guest') }} @endif
{{ __('order.shipping_costs') }} {{ Util::formatNumber($user_cart['shipping_price'])}} € {{ Util::formatNumber($user_cart['shipping_price'])}} €
{{ __('order.total') }}: {{Util::formatNumber($user_cart['price'])}} € {{Util::formatNumber($user_cart['ek_price'])}} €
{{ __('homeparty.credit_homeparty_voucher') }} - {{ Util::formatNumber($hp_order['bonus_value']) }} € - {{ Util::formatNumber($hp_order['bonus_value']) }} €
{{ __('homeparty.credit_bonus') }} - {{ Util::formatNumber($hp_order['bonus_coupon']) }} € - {{ Util::formatNumber($hp_order['bonus_coupon']) }} €
{{ __('order.shipping_costs') }}: {{Util::formatNumber($user_cart['shipping_price'])}} €
Summen: {{Util::formatNumber($user_cart['price'])}} € {{Util::formatNumber($user_cart['ek_price'])}} €
@if($homeparty_guest->is_host || $homeparty_guest->getDelivery() === 'direct')
@if($homeparty_guest->same_as_billing) @if($homeparty_guest->billing_company) {{ $homeparty_guest->billing_company }}
@endif {{ $homeparty_guest->billing_firstname }} {{ $homeparty_guest->billing_lastname }}

{{ $homeparty_guest->billing_address }}
@if($homeparty_guest->billing_address_2) {{ $homeparty_guest->billing_address_2 }}
@endif {{ $homeparty_guest->billing_zipcode }} {{ $homeparty_guest->billing_city }}
{{ $homeparty_guest->billing_country->getLocated() }}
@if($homeparty_guest->billing_phone)

{{ $homeparty_guest->billing_phone }}
@endif @else @if($homeparty_guest->shipping_company) {{ $homeparty_guest->shipping_company }}
@endif {{ $homeparty_guest->shipping_firstname }} {{ $homeparty_guest->shipping_lastname }}

{{ $homeparty_guest->shipping_address }}
@if($homeparty_guest->shipping_address_2) {{ $homeparty_guest->shipping_address_2 }}
@endif {{ $homeparty_guest->shipping_zipcode }} {{ $homeparty_guest->shipping_city }}
{{ $homeparty_guest->shipping_country->getLocated() }}
@if($homeparty_guest->shipping_phone)

{{ $homeparty_guest->shipping_phone }}
@endif @endif
@endif @endif