@extends('layouts.admin-simple') @section('title', 'Indirect Goods - Low Stock') @section('breadcrumb')
Indirect goods at or below reorder point
No indirect goods are currently below their reorder point.
| # | IG Code | Description | Category | Unit | Current Stock | Reorder Point | Min Stock Level | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['ig_code'] }} | {{ $item['ig_description'] }} | {{ $item['category'] }} | {{ $item['unit'] }} | {{ number_format($item['current_stock'], 2) }} | {{ number_format($item['reorder_point'], 2) }} | {{ number_format($item['min_stock_level'], 2) }} | @if($item['status'] == 'out_of_stock') Out of Stock @else Low Stock @endif | history |