{{ __('shop/carts.mini') }}
@php $check = 0 @endphp @if ($carts)
@foreach ($carts as $cart) @if ($cart['selected']) @php $check = $check + 1 @endphp @endif
{{ $cart['name'] }}
{{ $cart['variant_labels'] }}
{{ $cart['price_format'] }} x
{{ __('common.delete') }}
@endforeach
@else
{{ __('shop/carts.cart_empty') }}

{{ __('shop/carts.go_buy') }}

@endif
@if ($carts) @endif