@extends('adminlayout.dashadmin') @section('content')
<< Back


Add Item To Cart For Online Sell

@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('slug')){{ $errors->first('slug') }}@endif
@endsection