@extends('layouts.app') @section('title', 'Stock Reports') @section('breadcrumbs') @endsection @section('content')
Monitor inventory levels and stock status
| Product | Category | UOM | Stock | Reorder Level | Status |
|---|---|---|---|---|---|
| @switch($i) @case(0) Egyptian Cotton Sheets @break @case(1) Bath Towels @break @case(2) Shampoo & Conditioner @break @case(3) Toilet Paper Rolls @break @case(4) Washing Detergent @break @endswitch | @switch($i) @case(0) Bedding & Linens @break @case(1) Bedding & Linens @break @case(2) Toiletries @break @case(3) Cleaning Supplies @break @case(4) Cleaning Supplies @break @endswitch | @switch($i % 3) @case(0) Pieces @break @case(1) Box @break @case(2) Gallon @break @endswitch | {{ 5 + ($i * 2) }} | 50 | Low Stock |
| Product {{ $i + 6 }} | @switch($i % 4) @case(0) Bedding & Linens @break @case(1) Toiletries @break @case(2) Kitchen Supplies @break @case(3) Cleaning Supplies @break @endswitch | @switch($i % 3) @case(0) Pieces @break @case(1) Box @break @case(2) Gallon @break @endswitch | {{ 150 + ($i * 20) }} | 50 | Normal Stock |
| Overstocked Item {{ $i + 1 }} | Kitchen Supplies | Pieces | {{ 500 + ($i * 100) }} | 100 | Overstocked |
Showing 1 to 18 of 48 products
5
Products below reorder level
40
Products in good stock
3
Products exceeding optimal level