@extends('layouts.admin') @section('title', 'Edit Battery Type - Pamtech') @section('content')
Configuration

Edit Battery Type

{{ $batteryType->type }}

Back to Console
@csrf @method('PATCH')

Type identifier cannot be modified

@error('volts')

{{ $message }}

@enderror
@error('amhs')

{{ $message }}

@enderror
@error('cca')

{{ $message }}

@enderror
@error('class')

{{ $message }}

@enderror

Warning

Updating these specifications will affect all {{ $batteryType->type }} units. This action cannot be undone.

Cancel
@endsection