{{trans('applang.product_details')}}
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@if ($errors->has('section_id')) {{ $errors->first('section_id') }} @endif
@if ($errors->has('brand_id')) {{ $errors->first('brand_id') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('subcategory_id')) {{ $errors->first('subcategory_id') }} @endif
@if ($errors->has('unit_template_id')) {{ $errors->first('unit_template_id') }} @endif
@if ($errors->has('supplier_id')) {{ $errors->first('supplier_id') }} @endif
@error('lowest_stock_alert') {{ $message }} @enderror
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{trans('applang.pricing_details')}}
@error('purchase_price') {{ $message }} @enderror
@if ($errors->has('measurement_unit_id')) {{ $errors->first('measurement_unit_id') }} @endif
@error('sell_price') {{ $message }} @enderror
@if ($errors->has('measurement_unit_id')) {{ $errors->first('measurement_unit_id') }} @endif
@if ($errors->has('first_tax_id')) {{ $errors->first('first_tax_id') }} @endif
@if ($errors->has('second_tax_id')) {{ $errors->first('second_tax_id') }} @endif
@error('lowest_sell_price') {{ $message }} @enderror
%
@error('profit_margin') {{ $message }} @enderror
@error('discount') {{ $message }} @enderror
@if ($errors->has('discount_type')) {{ $errors->first('discount_type') }} @endif
@error('notes') {{ $message }} @enderror
{{trans('applang.sku_barcode')}}
@if ($errors->has('sku')) {{ $errors->first('sku') }} @endif
@if($product_barcode)
{{$product_barcode ? $product_name : ''}}
{{$product_barcode ? $product_sell_price : ''}} {{$currency_symbol}}
{!! $product_barcode !!}
{{$product_sku}}
@else

{{trans('applang.barcode_preview')}}

@endif
{{trans('applang.product_image')}}
Product Image
@if ($errors->has('product_image'))
{{ $errors->first('product_image') }}
@endif
{{trans('applang.back_btn')}}