@php $currency_code = getCurrencyCode(); @endphp
@foreach($cart->product->product_variations as $key => $combination) @if($combination->attribute->name == 'Color') {{$combination->attribute->name}}: {{$combination->attribute_value->color->name}} @else {{$combination->attribute->name}}: {{$combination->attribute_value->value}} @endif @if($countCombinatiion > $key +1) , @endif @endforeach
@endif{{ __('defaultTheme.package_wise_shipping_charge') }}
@endif