@extends('layouts.app') @section('title', __('dashboard.edit_unit')) @section('page_heading', __('dashboard.edit_unit')) @section('content')
وحدات القياس
@include('layouts.partials.workspace-page-styles')

{{ __('dashboard.edit_unit') }}: {{ $unitOfMeasure->name }}

{{ __('dashboard.edit_unit_desc') }}

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
{{ __('dashboard.cancel') }}
@endsection