{{-- Page Header --}}

Edit Inventory Item

Update inventory item details and specifications

{{-- Main Form --}}
{{-- Basic Information Section --}}

Basic Information

{{-- SKU --}} SKU {{-- Product Model --}} Product Model @foreach($this->products as $product) @endforeach {{-- Serial Number --}} Serial Number {{-- Condition Grade --}} Condition Grade @foreach($this->conditionGrades as $grade) @endforeach {{-- Status --}} Status @foreach($this->getStatusOptions() as $value => $label) @endforeach {{-- Location Bin --}} Location Bin @foreach($this->locationBins as $bin) @endforeach
{{-- Acquisition Information Section --}}

Acquisition Information

{{-- Acquisition Type --}} Acquisition Type @foreach($this->getAcquisitionTypes() as $value => $label) @endforeach {{-- Acquisition Date --}} Acquisition Date {{-- Supplier --}} Supplier @foreach($this->suppliers as $supplier) @endforeach {{-- Acquisition Cost --}} Acquisition Cost {{-- Current Value --}} Current Value
{{-- Notes Section --}}

Notes

{{-- Condition Notes --}} Condition Notes Describe any wear, damage, or cosmetic issues {{-- Internal Notes --}} Internal Notes Private notes for internal use only
{{-- Product Specifications Section --}}
@include('admin.inventory-item-edit-specs-section')
{{-- Form Actions --}}
Cancel
@if($this->hasUnsavedChanges()) Unsaved changes @endif Save Changes Saving...
{{-- Product Change Warning Modal --}} Change Product? The selected product has its own specifications template. Loading them will replace any custom specifications you've added.

Do you want to load the specifications from the selected product?

Keep Current Specs Load Product Specs