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

Drag and drop a file to upload

{{ __('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
{{ __('sitelabel.ProductWarehouse') }}
@foreach ($productwarehouse as $productwarehouse) @endforeach
{{ __('sitelabel.Warehouse') }}
{{ $productwarehouse->Name }}
@endforeach
@endsection @section('script')