@extends('components.app-layout') @section('title', 'Edit Item') @section('subtitle', 'Update inventory item details') @section('content')
{{ $item->name }}
{{ $item->item_code }}
{{ $message }}
Current Stock Level
{{ $item->current_stock }} {{ $item->unit_of_measure }}
Stock Value
₵{{ number_format($item->stock_value, 2) }}
To update stock levels, use the "Update Stock" button after saving changes.
Current stock: {{ $item->current_stock }} {{ $item->unit_of_measure }}