{{-- Only display the menu cart if we are on a page that doesnt already have the cart --}} @if( !route_name_is(['registry.show', 'registry.guest-view', 'registry.checkout']) ) @php $registryId = request()->cookie('last_registry_id'); if(empty($registry)) $registry = app(\App\Models\Registry::class)->find($registryId); @endphp
@include('registry.partials.wine-list-cart')
@endif