@if ($variant_attributes = $product->getVariantAttributes())
@foreach ($variant_attributes as $attribute)
@endforeach
@endif
@if ($order_options = $product->getOrderAttributes())
@php
$def = null;
foreach ($order_options as $attr) {
if($attr->is_defauly) $def = $attr->value_id;
}
@endphp
@foreach ($order_options as $attribute)
@endforeach
@endif