@if ($errors->has('regular_price'))

{{ $errors->first('regular_price') }}

@endif
@if ($errors->has('purchase_price'))

{{ $errors->first('purchase_price') }}

@endif
@if ($errors->has('discount'))

{{ $errors->first('discount') }}

@endif
@if ($errors->has('discount_type'))

{{ $errors->first('discount_type') }}

@endif
@if ($errors->has('offer_price'))

{{ $errors->first('offer_price') }}

@endif
@if ($errors->has('offer_start_date'))

{{ $errors->first('offer_start_date') }}

@endif
@if ($errors->has('offer_end_date'))

{{ $errors->first('offer_end_date') }}

@endif
@if ($errors->has('quantity'))

{{ $errors->first('quantity') }}

@endif
{{--
@if ($errors->has('stock_status'))

{{ $errors->first('stock_status') }}

@endif
--}}
@if ($errors->has('stock_out_limit'))

{{ $errors->first('stock_out_limit') }}

@endif
@if ($errors->has('min_order_quantity'))

{{ $errors->first('min_order_quantity') }}

@endif
@if ($errors->has('max_order_quantity'))

{{ $errors->first('max_order_quantity') }}

@endif
@if ($errors->has('unit'))

{{ $errors->first('unit') }}

@endif
@if ($errors->has('unit_weight'))

{{ $errors->first('unit_weight') }}

@endif
@if ($errors->has('shipping_cost'))

{{ $errors->first('shipping_cost') }}

@endif
{{--
@if ($errors->has('sku'))

{{ $errors->first('sku') }}

@endif
--}}