@csrf
{{-- Basic Information Section --}}

{{ __('inventory::modules.inventoryItem.basicInfo') }}

@foreach($itemCategories as $category) @endforeach
@foreach($units as $itemUnit) @endforeach
{{ restaurant()->currency->currency_code }}
{{-- Threshold Settings Section --}}

{{ __('inventory::modules.inventoryItem.thresholdSettings') }}

{{ $unit ? $units->find($unit)->symbol : '' }}

{{ __('inventory::modules.inventoryItem.thresholdHelp') }}

@error('preferredSupplier')

{{ $message }}

@enderror
{{ $unit ? $units->find($unit)->symbol : '' }}
@lang('app.save') @lang('app.cancel')