@php /** * @name Sidebar quickcart * @version 1.0.0 */ @endphp
@if((current_cart() !== false))
{!! Form::open(['url' => $page->get_search_url(), 'method' => 'post', 'id' => 'frm-quickcart', 'class' => 'quickcart-form form-horizontal']) !!} {!! Form::hidden('product_id', '0' ) !!} {!! Form::hidden('', __t('Vuoi eliminare questo prodotto?'), array('id' => 'quickcart-message-delete') ) !!}
{!! Form::close() !!}
@else
{{ __t('Nessun carrello selezionato') }}

{{ __t('o') }} {{ __t('crea un nuovo carrello') }}

@endif