@extends('adminlayout.dashadmin') @section('content')
Product Category


Add Item To Cart For Online Sell

@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('slug')){{ $errors->first('slug') }}@endif
@if ($errors->has('range')){{ $errors->first('range') }}@endif
@if ($errors->has('speed')){{ $errors->first('speed') }}@endif
@if ($errors->has('power')){{ $errors->first('power') }}@endif
@if ($errors->has('p_type')){{ $errors->first('p_type') }}@endif
@if ($errors->has('price')){{ $errors->first('price') }}@endif
@if ($errors->has('offerprice')){{ $errors->first('offerprice') }}@endif
@if ($errors->has('status')){{ $errors->first('status') }}@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
@endsection