@extends('layout')
@includes('includes/small-feature')
Adjust stock — {{ $item->name }}
Use this after a physical count to correct the recorded quantity at a location. Enter the new total, not a delta.
@foreach($locations as $location)
- {{ $location->code }} — {{ $location->name }}: {{ $quantitiesByLocation[$location->id] ?? 0 }} currently recorded
@endforeach