@extends('layout') @includes('includes/small-feature')

{{ $item->sku }} — {{ $item->name }}

@if($item->description)

{{ $item->description }}

@endif

{{ $totalQuantity }} units in stock @if($item->reorder_level > 0) (reorder at {{ $item->reorder_level }}) @endif

@if($canManage)
Receive stock Withdraw stock Adjust stock
@endif

Stock by location

@if(count($stock) === 0)

Not stored anywhere yet.

@endif

Recent activity

@if(count($movements) === 0)

No stock movements yet.

@endif