@extends('layouts.app') @section('title', 'Edit — ' . $stock->sku) @section('breadcrumb')Inventory {{ $stock->sku }} Edit@endsection @section('content')

Edit Inventory Item

{{ $stock->sku }}

@if($errors->any())
@endif
@csrf @method('PUT')

Item Details

Pricing & Location

$

Alert when stock reaches this level.

Default quantity when reordering.

Editing this item updates pricing, location and supplier details. To adjust the stock quantity, use the Manual Adjustment panel on the item's detail page.

Cancel
@endsection