Dein gebuchtes Paket
{!! Form::open(['url' => route('user_membership_store', ['payment_order']), 'class' => 'form-horizontal']) !!}
@foreach($products as $product) @if($product->id === $user->payment_order_id || $product->identifier === 'show_order') @endif @endforeach
@if(count($product->images)) @endif
{{$product->name}}
{!! $product->getLang('copy') !!}
{{$product->getFormattedPrice()}} EUR / p.a.
{{-- @if(!$user->isAboOption())

@else

Alternativ hast Du die Möglichkeit jetzt direkt Deine Mitgliedschaft mit anderen Zahlungsmöglichkeite zu bezahlen.
Ist die Mitgliedschaft vor dem {!! Carbon::parse($user->payment_account)->modify('-'.config('main.abo_booking_days').' days')->format('d.m.Y') !!} bezahlt, wird das SEPA Mandart nicht ausgeführt!


@endif --}}  

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