{{ __('Edit Unit') }}

{{ __('Back to units') }}
@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf @method('PUT') @include('master-data.units._form', ['unit' => $unit, 'baseUnitOptions' => $baseUnitOptions])
{{ __('Cancel') }} {{ __('Save Changes') }}
@can('delete', $unit)

{{ __('Delete this unit') }}

{{ __('This cannot be undone. Units that other units convert from cannot be deleted until those units are updated or removed.') }}

@csrf @method('DELETE') {{ __('Delete Unit') }}
@endcan