Cart {{ $cart_unique_items ?? 0 }}

@php $total = 0; @endphp
@foreach($carts as $cart) @php $total += (int) $cart['price'] * $cart['quantity']; @endphp

{{$cart['name']}} - Color / {{$cart['size']}}

${{$cart['price']}} x {{$cart['quantity']}}

@if(empty($cart['quantity'])) 1 @else {{$cart['quantity']}} @endif
{{-- --}} {{-- --}} {{-- --}}
@endforeach