{{ $response['description'] }}
--}} @if (!empty($response['variation_attributes'])) @foreach ($response['variation_attributes'] as $attributeName => $attributeValues) @php // Normalize attribute names $sizeVariants = ['S', 'M', 'L', 'XL', 'XXL', 'XXXL', 'Size']; $isSize = in_array($attributeName, $sizeVariants); $displayName = $isSize ? 'Size' : 'Color'; $attributeType = $isSize ? 'Size' : 'Color'; @endphp @endforeach @endif
{!! $response['description'] !!}
{{ $response['info'] }}
{{ $response['shipping'] }}