@foreach ($productAttributeSets as $attributeSet) @if ($attributeSet->is_selected)
@endif @endforeach
@include('plugins/ecommerce::products.partials.general', compact('product', 'originalProduct'))
@include('core/base::forms.partials.images', ['name' => 'images[]', 'values' => isset($product) ? $product->images : []])
@once @endonce