@if($user->shopping_orders->count()) @php $last_shopping_order = $user->shopping_orders->last(); $last_shopping_payments = $last_shopping_order->shopping_payments->last(); @endphp
Es wurde eine Zahlung ausgeführt. Referenz: {{$last_shopping_payments->reference }}.
Bitte warte die Zahlungs-Bestätiung per E-Mail.
@endif {!! 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->getFormattedPrice()}} EUR / p.a.


 

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