@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 = 1) @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
  {{__('Points')}} {{__('Verdienst')}} {{__('VK-Preis')}} {{__('EK-Preis')}}
Gastgeber/in {{$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
Versandkosten:
{{$user_cart->getFormattedShippingPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('ShippingPrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{!! $g_count++ !!}. Gast {{$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
Versandkosten:
{{$user_cart->getFormattedShippingPrice()}} €
@if($homeparty->isPriceCurrency()) ~{{ $user_cart->getCurrencyByKey('ShippingPrice') }} {{ $homeparty->getPriceCurrencyUnit() }} @endif
{{ \App\Services\HomepartyCart::$voucher_name }} {{ App\Services\HomepartyCart::getFormattedBonusPrice() }}€
Gesamtsummen:
{{\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
Enthaltene MwSt:     0 € 0 €
Summe ohne MwSt:    
{{\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
Enthaltene MwSt:    
{{\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