{{ __('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', 'id' => 'wizard-payment-form', ]) !!}
{!! __('register.wizard_package_info') !!}
@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) }} € @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
{{ __('register.wizard_no_selection') }}

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

{{ __('payment.checkout_ssl_server') }}
{!! Form::close() !!} {{-- Modal: Warnung bei reiner Mitgliedschaft ohne Starterpaket --}}