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

Add New Unit

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