@extends('master') @section('content')
@foreach($product as $product)
@csrf
@error('cmbCategory') {{$message}} @enderror
@error('cmbSubCategory') {{$message}} @enderror
@error('txtName') {{$message}} @enderror
@if($TranslateButton == true)
@endif
@error('txtArticleNo') {{$message}} @enderror
@error('txtSKU') {{$message}} @enderror
@error('txtBarCode') {{$message}} @enderror
@error('txtStockQty') {{$message}} @enderror
@error('txtSalePrice') {{$message}} @enderror
@if($product->Status == 1) @else @endif
@if($product->isOnline == 1) @else @endif
@if($product->isEcom == 1) @else @endif
img

Drag and drop a file to upload

product
{{ __('sitelabel.ProductAttributeSpecification') }}
@foreach($productattribute as $productattribute) @endforeach
{{ __('sitelabel.Attribute') }} {{ __('sitelabel.Value') }} {{ __('sitelabel.ShowonDetailPage') }}
{{$productattribute->Name}} {{$productattribute->AttributeValue}} @if($productattribute->ShonOnDetail == 1) Yes @else No @endif
@endforeach
@endsection @section('script')