Bestellland
{{ App\Services\UserService::getOrderInfo('billing_state') }}
Lieferland
{{ App\Services\UserService::getOrderInfo('shipping_state') }}
MwSt
{{ App\Services\UserService::getOrderInfo('tax_free') }}
Reverse Charge Verfahren
{{ App\Services\UserService::getOrderInfo('user_reverse_charge') }}
{!! Form::open(['url' => route('wizard_store_payment', [20]), 'class' => 'form-horizontal']) !!}
@php($counter = 1) @foreach($products as $product) @php($counter++) @endforeach
@if(count($product->images)) @endif
{{$product->name}}
{!! $product->getLang('copy') !!}
{{ $product->getFormattedPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) }} € /p.a. @if(\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->name}}
{!! $product->getLang('copy') !!}
{{ $product->getFormattedPriceWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) }} € @if(\App\Services\UserService::$user_country->currency) {!! $product->getFormattedPriceCurrencyWith(\App\Services\UserService::getTaxFree(), false, \App\Services\UserService::$user_country) !!} @endif
@endif


Gesamtsumme @if(\App\Services\UserService::getTaxFree()) netto @else brutto @endif: 0
 

Du wirst auf unseren checkout Server weitergeletet, die Verbindung ist SSL verschlüsselt.
{!! Form::close() !!}