@extends('layouts.app') @section('title', __('dashboard.edit_material')) @section('page_heading', __('dashboard.edit_material')) @section('content')
المواد الخام
@include('layouts.partials.workspace-page-styles')

{{ __('dashboard.edit_material') }}: {{ $rawMaterial->name }}

تعديل بيانات المادة الخام.

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