@csrf
@if ($errors->has('maincatid')) {{ $errors->first('maincatid') }} @endif

@if ($errors->has('subcatid')) {{ $errors->first('subcatid') }} @endif
@if ($errors->has('childcatid')) {{ $errors->first('childcatid') }} @endif
No Picture Found
*
Upload
@if ($errors->has('product_image')) {{ $errors->first('product_image') }} @endif

@if ($errors->has('product_name')) {{ $errors->first('product_name') }} @endif

@if ($errors->has('product_code')) {{ $errors->first('product_code') }} @endif

@if ($errors->has('product_quantity')) {{ $errors->first('product_quantity') }} @endif

@if ($errors->has('product_orgprice')) {{ $errors->first('product_orgprice') }} @endif

@if ($errors->has('product_saleprice')) {{ $errors->first('product_saleprice') }} @endif

*
@if ($errors->has('product_dec')) {{ $errors->first('product_dec') }} @endif