@extends('adminlayout.dashadmin') @section('content')
NewBattery Battery List New Product Product List


Add Vehicle

@csrf
@if ($errors->has('hsn')){{ $errors->first('hsn') }}@endif
@if ($errors->has('control_number')){{ $errors->first('control_number') }}@endif
@if ($errors->has('control_warranty')){{ $errors->first('control_warranty') }}@endif
@if ($errors->has('chassis_number')){{ $errors->first('chassis_number') }}@endif
@if ($errors->has('moter_number')){{ $errors->first('moter_number') }}@endif
@if ($errors->has('moter_warranty')){{ $errors->first('moter_warranty') }}@endif
{{--
@if ($errors->has('battery_volt')){{ $errors->first('battery_volt') }}@endif
@if ($errors->has('battery_type')){{ $errors->first('battery_type') }}@endif
@if ($errors->has('battery_id')){{ $errors->first('battery_id') }}@endif
@if ($errors->has('charger_id')){{ $errors->first('charger_id') }}@endif
--}}
@if ($errors->has('riding_range')){{ $errors->first('riding_range') }}@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