{!! Form::open(['url' => '', 'method' => 'get', 'id' => 'frm-cart-payments']) !!} {!! Form::hidden('cart_id', $cart->get_id() ) !!} {!! Form::hidden('cart_amount', $cart->get_amount()->get_amount_sale(false, false) ) !!} {!! Form::hidden('', __t('Si รจ verificato un errore nella transazione'), array('id' => 'cart-payments-message-error') ) !!} {!! Form::hidden('', __t('Abbiamo riscontrato dei problemi'), array('id' => 'cart-payments-short-message-error') ) !!} {!! Form::close() !!}