@csrf @if(isset($material)) @method('PUT') @endif

{{ __('admin.materials.sections.identity') }}

{{ __('admin.materials.section_hints.identity') }}

{{ __('admin.materials.form_hints.name') }} @error('name')
{{ $message }}
@enderror
{{ __('admin.materials.form_hints.unit') }} @error('unit')
{{ $message }}
@enderror
@foreach($categories ?? collect() as $categoryOption) @endforeach {{ __('admin.materials.form_hints.category') }} @error('category')
{{ $message }}
@enderror
{{ __('ر.س') }} @error('unit_price')
{{ $message }}
@enderror
{{ __('admin.materials.form_hints.unit_price') }}
{{ __('admin.materials.form_hints.quantity_in_stock') }} @error('quantity_in_stock')
{{ $message }}
@enderror

{{ __('admin.materials.sections.notes') }}

{{ __('admin.materials.section_hints.notes') }}

{{ __('admin.materials.form_hints.notes') }} @error('notes')
{{ $message }}
@enderror

{{ __('admin.materials.helper_title') }}

{{ __('admin.materials.helper_subtitle') }}

{{ __('admin.materials.helper_points.identity_title') }}
{{ __('admin.materials.helper_points.identity_text') }}
{{ __('admin.materials.helper_points.pricing_title') }}
{{ __('admin.materials.helper_points.pricing_text') }}
{{ __('admin.materials.helper_points.stock_title') }}
{{ __('admin.materials.helper_points.stock_text') }}
{{ __('admin.materials.helper_points.workflow_title') }}
{{ __('admin.materials.helper_points.workflow_text') }}