{{ __('payment.ordering_country') }}
{{ App\Services\UserService::getOrderInfo('billing_state') }}
{{ __('payment.country_of_delivery') }}
{{ App\Services\UserService::getOrderInfo('shipping_state') }}
{{ __('payment.VAT') }}
{{ App\Services\UserService::getOrderInfo('tax_free') }}
{{ __('payment.reverse_charge_procedure') }}n
{{ App\Services\UserService::getOrderInfo('user_reverse_charge') }}
{!! Form::open(['action' => route('wizard_store_payment', [20]), 'class' => 'form-horizontal']) !!}
@php($counter = 1) @foreach($products as $product) @php($counter++) @endforeach
@if(count($product->images)) @endif
{{$product->getLang('name')}}
{!! $product->getLang('copy') !!}
{{ $product->getFormattedPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) }} € /p.a. @if( \App\Services\UserService::$user_country && \App\Services\UserService::$user_country->currency) {!! $product->getFormattedPriceCurrencyWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) !!} @endif
@if($products_on_board)
@foreach($products_on_board as $product) @endforeach
@if(count($product->images)) @endif
{{$product->getLang('name')}}
{!! $product->getLang('copy') !!}
{{ $product->getFormattedPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) }} € @if(\App\Services\UserService::$user_country && \App\Services\UserService::$user_country->currency) {!! $product->getFormattedPriceCurrencyWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) !!} @endif
@endif

{{--
--}}
{{ __('order.total_sum') }} @if(\App\Services\UserService::getTaxFree()) {{ __('order.net') }} @else {{ __('order.gross') }} @endif: 0
 

{{ __('payment.checkout_ssl_server') }}
{!! Form::close() !!}