{!! 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.
@if($products_on_board)
@foreach($products_on_board as $product) @endforeach
@if(count($product->images)) @endif
{{$product->name}}
{!! $product->getLang('copy') !!}
{{$product->getFormattedPrice()}} EUR / p.a.
@endif {{--

--}}
Gesamtsumme: 0




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