{{ __('product.product_information') }}
@if($product->product_type == 2 || !product_attribute_editable($product->id))
@endif
@if(isModuleActive('FrontendMultiLang'))
@foreach ($LanguageList as $key => $language)
-
{{ $language->native }}
@endforeach
@foreach ($LanguageList as $key => $language)
@endforeach
@else
@endif
@php
$product_categories = $product->categories;
@endphp
@include('product::products.components._category_list_select',['product_categories' => $product_categories])
@include('product::products.components._brand_list_select')
@include('product::products.components._unit_list_select')
{{ $errors->first('barcode_type') }}
@if(isModuleActive('GoogleMerchantCenter'))
@endif
{{ $errors->first('choice_attributes') }}
@foreach ($product->variations->unique('attribute_id') as $key => $choice_option)
@if(product_attribute_editable($product->id))
@endif
@endforeach
{{ __('product.price_info_and_stock') }}
{{ __('product.weight_height_info') }}
@if(!isModuleActive('MultiVendor'))
@php
$frontend_product = $product->sellerProducts->where('user_id', 1)->first();
@endphp
@endif
@if($product->gst_group_id)
@include('product::products.components._group_gst_list',['group' => $product->gstGroup])
@endif
@if(($product->product_type==1) && isModuleActive('WholeSale') && !isModuleActive('MultiVendor'))
{{ __('wholesale.Wholesale Price') }}
@endif
@if(isModuleActive('FrontendMultiLang'))
@foreach ($LanguageList as $key => $language)
-
{{ $language->native }}
@endforeach
@foreach ($LanguageList as $key => $language)
{{ __('common.description') }}
{{ __('product.specifications') }}
{{ __('common.seo_info') }}
{{ $errors->first('meta_description') }}
@endforeach
@else
{{ __('common.description') }}
{{ __('product.specifications') }}
{{ __('common.seo_info') }}
{{ $errors->first('meta_description') }}
@endif