@extends('layouts.app') @section('title', 'Edit Unit - EDUC Pharmacy') @section('content')

Edit Unit

@if ($errors->any()) @endif
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('short_name')
{{ $message }}
@enderror
allow_decimal))> Check this if this unit can have decimal values (e.g., 2.5 kg)
@endsection