@csrf
Select Main Category
Select...
@foreach($maincatlist as $cat)
{{$cat->maincategory}}
@endforeach
@if ($errors->has('maincatid'))
{{ $errors->first('maincatid') }}
@endif
Select Sub Category
Select...
@if ($errors->has('subcatid'))
{{ $errors->first('subcatid') }}
@endif
Select Child Category
Select...
@if ($errors->has('childcatid'))
{{ $errors->first('childcatid') }}
@endif
Product image
*
Choose file
Upload
@if ($errors->has('product_image'))
{{ $errors->first('product_image') }}
@endif
Product Name
@if ($errors->has('product_name'))
{{ $errors->first('product_name') }}
@endif
Product Code
@if ($errors->has('product_code'))
{{ $errors->first('product_code') }}
@endif
Product Quantity
@if ($errors->has('product_quantity'))
{{ $errors->first('product_quantity') }}
@endif
Product Original Price
@if ($errors->has('product_orgprice'))
{{ $errors->first('product_orgprice') }}
@endif
Product Sale Price
@if ($errors->has('product_saleprice'))
{{ $errors->first('product_saleprice') }}
@endif
Product Description
*
@if ($errors->has('product_dec'))
{{ $errors->first('product_dec') }}
@endif