{!! Form::open(['action' => route('user_membership_store', ['upgrade_order']), 'class' => 'form-horizontal']) !!}
{!! Form::open(['action' => route('user_membership_store', ['change_order']), 'class' => 'form-horizontal']) !!}
{{ __('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') }}
{{ App\Services\UserService::getOrderInfo('user_reverse_charge') }}
@foreach($upgrade 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) }} € {{ __('payment.month') }} @if(\App\Services\UserService::$user_country->currency) {!! $product->getFormattedPriceCurrencyWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) !!} @endif
{{ __('payment.remaining_time') }}: {{$diff_months}} @if($diff_months==1) {{ __('payment.month') }} @else {{ __('payment.Monate') }} @endif {!! Util::formatNumber($diff_months * $product->getPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country)) !!} EUR
{{-- Abo Option deaktiviert @include('user.membership._abo_options') --}}  

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