Create multiple attribute combinations. Each set represents a unique combination of attributes.
@foreach($variation->attributeSets as $index => $attributeSet)
Attribute Set {{ $index + 1 }}
@foreach($product->attributes as $attribute)
@endforeach
Upload Image
Click here to select
Recommend Size: 1920 x 1080
@if($attributeSet->image)
 }})
@else
![Preview]()
@endif
No file selected
{{ $attributeSet->image ? 'Image Uploaded' : 'File Uploaded' }}
Upload image for this attribute combination
@endforeach