@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@error('category_id')
{{ $message }}
@enderror
@if ($errors->has('brand_id'))
{{ $errors->first('brand_id') }}
@endif
@if ($errors->has('unit'))
{{ $errors->first('unit') }}
@endif
@error('label_id')
{{ $message }}
@enderror
@if ($errors->has('cost_price'))
{{ $errors->first('cost_price') }}
@endif
@if ($errors->has('unit_price'))
{{ $errors->first('unit_price') }}
@endif
@if ($errors->has('off_price'))
{{ $errors->first('off_price') }}
@endif
@if ($errors->has('minimum_purchase_quantity'))
{{ $errors->first('minimum_purchase_quantity') }}
@endif
{{-- maximum_purchase_quantity --}}
@if ($errors->has('maximum_purchase_quantity'))
{{ $errors->first('maximum_purchase_quantity') }}
@endif
@error('qrcode')
{{ $message }}
@enderror
@error('specification')
{{ $message }}
@enderror
@if ($errors->has('is_refundable'))
{{ $errors->first('is_refundable') }}
@endif
{{--
this is dummy description
--}}
@error('short_description')
{{ $message }}
@enderror
@error('long_description')
{{ $message }}
@enderror
@if ($errors->has('show_purchase_note'))
{{ $errors->first('show_purchase_note') }}
@endif
@error('purchase_note')
{{ $message }}
@enderror