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

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

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

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

@if($photo) {{ $name }} @else @endif
@if($photo) {{ __('inventory::modules.inventoryItem.removePhoto') }} @endif

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

{{ __('app.uploading') }}...
{{-- 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')