@extends('adminlayout.dashadmin') @section('content')
Product Catalog Model Catalog


add part accessories For Online Sell

@csrf
@if ($errors->has('item')){{ $errors->first('item') }}@endif
@if ($errors->has('warranty')){{ $errors->first('warranty') }}@endif
@if ($errors->has('color')){{ $errors->first('color') }}@endif
@if ($errors->has('price')){{ $errors->first('price') }}@endif
@if ($errors->has('tax')){{ $errors->first('tax') }}@endif
@if ($errors->has('image')){{ $errors->first('image') }}@endif
@if ($errors->has('status')){{ $errors->first('status') }}@endif
@if ($errors->has('description')){{ $errors->first('description') }}@endif
@error('documents')

{{ $message }}

@enderror
@error('documents')

{{ $message }}

@enderror
@endsection