@include('user.order._list_delivery_vat_info')
@if($is_abo)@endif
Abo{{__('tables.image')}} {{__('tables.product')}} {{__('tables.my_price_net')}} {{__('tables.my_price_gross')}} {{__('tables.points')}} {{__('tables.vk_price')}} {{__('tables.gross')}} {{__('tables.contents')}} (ml) {{__('tables.article_no')}} #
{!! Form::open(['action' => route('user_order_my_payment', [$for, $delivery_id]), 'class' => 'form-horizontal']) !!} @include('user.order.shipping_me') @if($comp_products && Yard::instance('shopping')->getNumComp() > 0)
@include('user.order.comp_product')
@endif

{{ __('order.shopping_cart') }}

@include('user.order.yard_view_form')
{{ __('back') }}
{!! Form::close() !!}