@extends('adminlayout.dashadmin') @section('content')
{{-- New Accessories Type Product List --}}


Add Accessories

@csrf
{{--
@if ($errors->has('name')){{ $errors->first('name') }}@endif
--}}
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('hsn')){{ $errors->first('hsn') }}@endif
@if ($errors->has('item_warranty')){{ $errors->first('item_warranty') }}@endif
@if ($errors->has('item_color')){{ $errors->first('item_color') }}@endif
@if ($errors->has('image')){{ $errors->first('image') }}@endif
@if ($errors->has('gst')){{ $errors->first('gst') }}@endif
@if ($errors->has('purchase_price')){{ $errors->first('purchase_price') }}@endif
@if ($errors->has('dealer_price')){{ $errors->first('dealer_price') }}@endif
@if ($errors->has('subdealer_price')){{ $errors->first('subdealer_price') }}@endif
@if ($errors->has('customer_price')){{ $errors->first('customer_price') }}@endif
@endsection