| {{ translate('Item') }} | {{ translate('Qty') }} | {{ translate('Price') }} | {{ translate('Delete') }} | 
|---|---|---|---|
                                {{ Str::limit($cartItem['name'], 12) }}{{ Str::limit($cartItem['variant'], 20) }} | 
                            
                                 
                                    {{ \App\CentralLogics\Helpers::format_currency($product_subtotal) }}
                                  
                             |