{!! Form::open(['url' => '#', 'id' => 'product_form_add_to_cart']) !!} {!! Form::hidden('product_id', null, ['id' => 'form_product_id']) !!} {!! Form::hidden('options_selectables_total', null, ['id' => 'form_options_selectables_total']) !!} {!! Form::hidden('options_selectables', null, ['id' => 'form_options_selectables']) !!} {!! Form::close() !!}