@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.

@if(session()->has('adjust_errors'))
    @foreach(session('adjust_errors') as $field => $errors) @foreach($errors as $error)
  1. {{ $error }}
  2. @endforeach @endforeach
@endif