= $this->extend('layout/management_layout') ?>
= $this->section('content') ?>
Class Preparation
Prep Items
$qty): ?>
-
= esc($item) ?>
= (int)$qty ?>
📦 Totals for All Used Items
| Item |
Total Needed |
In Inventory |
Short By |
$needed): ?>
0 ? 'table-warning' : '';
?>
| = esc($item) ?> |
= (int)$needed ?> |
= $have ?> |
= $short ?>
|
Shortages Detected
$short): ?>
- = esc($item) ?>: short by = (int)$short ?> pcs
✅ All items are available in stock.
= $this->endSection() ?>
= $this->section('scripts') ?>
= $this->endSection() ?>