@extends('layouts.master') @section('content')
Unit Type Edit Unit Type

Edit Unit Type Back to Unit Type

Edit Unit Type
@csrf @method('PUT') @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
@error('name') {{ $message }} @enderror
Cancel
@endsection @push('scripts') @endpush