{{-- Product Image --}} {{-- Product Name & Size --}}
{{ $item['product_name'] }} @if(!empty($item['size'])) {!! $item['size'] !!} @endif
{{-- Product Options --}}
@include('partials.customize.product-options', ['item' => $item])
{{-- Quantity --}}
{{-- Hidden price field --}}
{{-- Price --}}
{{ $item['formatted_price'] ?? '$0.00' }}
{{-- Extended Price --}}
{{ $item['formatted_extended_price'] ?? '$0.00' }}