@extends('layouts.app') @section('content')
Track stock level metrics, consumer dispatch consumption, and automated low depletion thresholds.
| BAG CODE | BAG TYPE / SPECIFICATION | SUPPLY VENDOR | TOTAL TRACKED | AVAILABLE | USED LOGS | STATUS |
|---|---|---|---|---|---|---|
| {{ $bag->bag_code }} | {{ $bag->bag_type }} | {{ $bag->vendor->name ?? 'Direct Inward' }} | {{ $bag->total_quantity }} | {{ $bag->available_quantity }} Units | {{ $bag->used_quantity }} | @if($bag->available_quantity <= $bag->reorder_level) LOW STOCK TRACE @else OPTIMAL STATE @endif |
| No brand bags ledger entries found. | ||||||