@extends('admin.layouts.inventory') @section('title', 'Dashboard') @push('head') @endpush @section('content') @php $m = $metrics ?? []; $fmt = fn ($n) => is_numeric($n) ? number_format((float) $n, 2) : '0.00'; $fmtInt = fn ($n) => number_format((int) $n); @endphp
Stock health, procurement, and project material overview.
{{ $alert->sku_code }} — @qty($alert->qty, $alert->unit) / @qty($alert->reorder_level, $alert->unit)
short @qty($alert->shortfall, $alert->unit)
No reorder alerts.
@endif{{ $item->sku_code }}@qty($item->movement_qty, $item->unit) movedNo movement data yet.
@endifNo supplier history yet.
@endif