Basic Details
@foreach($sections as $section)
@endforeach
Attributes
{{-- ATTRIBUTE MASTERS HERE --}}
@php
$existProductMasterValues = [];
if(!empty($article->mastervalues)):
$tempMastervals = $article->mastervalues;
foreach( $tempMastervals as $tempMasterval) {
$existProductMasterValues[$tempMasterval->master_id][] = $tempMasterval->master_value_id;
}
endif;
@endphp
@foreach($masters as $master)
@endforeach
{{-- ATTRIBUTE MASTERS HERE --}}
Variations
Select Both Colors and size to make the variations.
@include("backend.articles.product-combinations")
Component Details
Suggest Cordinates
Article Images
Cancel
@if(!empty($article->code))
Print @endif