{{ __('product.edit_attribute') }}

@if(isModuleActive('FrontendMultiLang')) @php $LanguageList = getLanguageList(); @endphp @endif
@if(isModuleActive('FrontendMultiLang'))
@foreach ($LanguageList as $key => $language)
@endforeach
@else
@endif
  • {{__("common.active")}}

  • {{__("common.inactive")}}

{{__("product.attribute_value")}} *
@if($attribute->id == 1) @if(count($attribute->values) > 0) @foreach($attribute->values as $key => $items) @if ($key === 0) @else @endif @endforeach @endif @else @if(count($attribute->values) > 0) @foreach($attribute->values as $key => $items) @if ($key == 0) @else @endif @endforeach @else @endif @endif
@if(!$items->productVariation)
@endif
@if(!$items->productVariation)
@endif
@if (permissionCheck('product.attribute.store'))
@else
{{ __('common.you_don_t_have_this_permission') }}
@endif