@extends('adminlayout.dashadmin') @section('content')
@if(Session::has('message'))

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

@endif

Add Battery

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