@if(isset($error_message) && $error_message)
{{ $error_message }}
@endif
@if($user_abo->user_abo_items) @foreach($user_abo->user_abo_items as $abo_item) @if(!$abo_item->comp) @endif @endforeach @endif @if(Yard::instance('shopping')->getUserTaxFree()) @else @endif
# {{__('order.article')}} {{__('tables.quantity')}} {{ __('tables.price') }}
@if(count($abo_item->product->images)) @endif {{ $abo_item->product->getLang('name') }}   {!! get_abo_type_badge_by_product($abo_item->product) !!}
{{ __('order.content') }}: {{ $abo_item->product->contents }}
{{ __('order.art_no') }}: {{ $abo_item->product->number }}
@if((!isset($only_show_products) || !$only_show_products) && (!isset($add_only_mode) || !$add_only_mode)) @endif
@if(!isset($only_show_products) || !$only_show_products)
@if(!isset($add_only_mode) || !$add_only_mode) @endif
@else
{{ $abo_item->qty }}
@endif
{{ $abo_item->getFormattedTotalPrice() }} €

{{ __('order.subtotal') }}: {{ Yard::instance('shopping')->subtotal() }} €
{{ __('Delivery country') }}: {{ Yard::instance('shopping')->getShippingCountryName() }}
{{ __('order.shipping_costs') }}: {{ Yard::instance('shopping')->shipping() }} €
{{ __('order.sum_net') }}: {{ Yard::instance('shopping')->subtotalWithShipping() }} €
{{ __('order.total_without_VAT') }}: {{ Yard::instance('shopping')->subtotalWithShipping() }} €
{{ __('order.plus_VAT') }}: {{ Yard::instance('shopping')->taxWithShipping() }} €
{{ __('order.total_sum') }}: {{ Yard::instance('shopping')->totalWithShipping() }} €