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

 
{!! Form::close() !!}