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


@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Add Charger

@csrf
@if ($errors->has('serial')){{ $errors->first('serial') }}@endif
@if ($errors->has('mdate')){{ $errors->first('mdate') }}@endif
@if ($errors->has('warranty')){{ $errors->first('warranty') }}@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