Basic Details
code))
readonly
@else
onblur="if(jQuery.trim(this.value) != '' && jQuery.inArray( this.value, allArticles) >= 0){toastr.error('Article already exists!'); this.value='';this.focus();$('.mixerDiv').hide();return false;} else {$('.mixerDiv').show();}"
@endif
>
@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;
$draftexistProductMasterValues = [];
$draftexistProductMasterValuess = [];
if(!empty($draftarticle->mastervalues)):
$tempMastervals = $draftarticle->mastervalues;
foreach( $tempMastervals as $tempMasterval) {
$masterValuess = \App\MasterValue::where('id',$tempMasterval->master_value_id)->first();
$draftexistProductMasterValuess[$tempMasterval->master_id][] = $masterValuess->name;
$draftexistProductMasterValues[$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