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

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

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

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