@extends('layouts.admin') @section('title', 'Edit Unit') @section('subtitle', 'Update details of an existing stock unit') @section('content')
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('symbol')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Cancel
@endsection