@if(isset($yard_shopping_items)) @foreach($yard_shopping_items['items'] as $items) @endforeach @if($yard_shopping_items['tax_free']) @else @endif
{{ __('tables.product') }} @if($yard_shopping_items['tax_free']) {{ __('tables.net_price') }} @else {{ __('tables.price') }} @endif {{ __('tables.quantity') }} {{ __('tables.sum') }}
{{ $items->name }} @if($items->abo_type) {{ __('abo.abo') }} {{ __('abo.'.$items->abo_type) }} @endif @if($yard_shopping_items['tax_free']) {{ Util::formatNumber($items->price_net) }} € @else {{ Util::formatNumber($items->price) }} € @endif {{ $items->qty }} @if($yard_shopping_items['tax_free']) {{ Util::formatNumber($items->price_net_total) }} € @else {{ Util::formatNumber($items->price_total) }} € @endif

{{__('order.subtotal')}} {{ $yard_shopping_items['total']['subtotal'] }} €

{{__('Delivery country')}} {{ $yard_shopping_items['total']['shippingCountryName'] }}
{{__('order.shipping_costs')}} {{ $yard_shopping_items['total']['shippingNet'] }} €
{{__('order.total_without_VAT')}} {{ $yard_shopping_items['total']['subtotalWithShipping'] }} €
{{__('order.plus_VAT')}} {{ $yard_shopping_items['total']['taxWithShipping'] }} €
{{__('order.total_net')}} {{ $yard_shopping_items['total']['totalWithShipping'] }} €
{{__('email.checkout_mail_subtotal_ws')}}
{{__('order.total_gross')}} {{ $yard_shopping_items['total']['totalWithShipping'] }} €
{{__('email.checkout_mail_tax_info')}}
@endif