@if($homeparty->homeparty_host) @php($user_cart = \App\Services\HomepartyCart::getUserCart($homeparty->homeparty_host->id)) @if($user_cart->shipping_price > 0) @endif @endif @if($homeparty->homeparty_guests) @php($g_count = 0) @foreach($homeparty->homeparty_guests as $homeparty_guest) @php($user_cart = \App\Services\HomepartyCart::getUserCart($homeparty_guest->id)) @if($user_cart->shipping_price > 0) @endif @endforeach @endif @if(\App\Services\HomepartyCart::$is_bonus) @endif @if($homeparty->getCardInfo('user_tax_free')) @else @endif
  {{__('tables.points')}} {{__('tables.earnings')}} {{__('tables.vk_price')}} {{ __('tables.ek_price') }}
{{ __('homeparty.host') }}| {{$homeparty->homeparty_host->billing_firstname}} {{$homeparty->homeparty_host->billing_lastname}} {{$user_cart->getFormattedPoints()}}
{{$user_cart->getFormattedIncomePrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('IncomePrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{$user_cart->getFormattedPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('Price') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{$user_cart->getFormattedEkPriceWithout()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('EkPriceWithout') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{ __('homeparty.shipping_costs_host') }}
{{$user_cart->getFormattedShippingPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('ShippingPrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{!! ++$g_count !!}. {{ __('homeparty.guest') }} | {{$homeparty_guest->billing_firstname}} {{$homeparty_guest->billing_lastname}} {{$user_cart->getFormattedPoints()}}
{{$user_cart->getFormattedIncomePrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('IncomePrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{$user_cart->getFormattedPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('Price') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{$user_cart->getFormattedEkPriceWithout()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('EkPriceWithout') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{ __('order.shipping_costs') }} {!! $g_count !!}. {{ __('homeparty.guest') }}
{{$user_cart->getFormattedShippingPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('ShippingPrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{ \App\Services\HomepartyCart::$voucher_name }} {{ App\Services\HomepartyCart::getFormattedBonusPrice() }}€
{{ __('order.total_sums') }}:
{{\App\Services\HomepartyCart::getFormattedPointsTotal()}}
{{\App\Services\HomepartyCart::getFormattedIncomePrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('IncomePrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{\App\Services\HomepartyCart::getFormattedPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('Price') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{\App\Services\HomepartyCart::getFormattedEkPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('EkPrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{ __('order.included_VAT') }}:     0 € 0 €
{{ __('order.total_without_VAT') }}:    
{{\App\Services\HomepartyCart::getFormattedPriceNet()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('PriceNet') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{\App\Services\HomepartyCart::getFormattedEkPriceNet()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('EkPriceNet') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{ __('order.included_VAT') }}:    
{{\App\Services\HomepartyCart::getFormattedPriceTax()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('PriceTax') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{\App\Services\HomepartyCart::getFormattedEkPriceTax()}} €
@if($homeparty->isPriceCurrency()) ~{{ \App\Services\HomepartyCart::getCurrencyByKey('EkPriceTax') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif