@php
/** @var \App\Models\Product|null $product */
$product = $product ?? null;
$supplierOptions = $supplierOptions ?? collect();
$categoryOptions = $categoryOptions ?? collect();
$uomOptions = $uomOptions ?? collect();
$accountOptions = $accountOptions ?? collect();
$valuationMethods = $valuationMethods ?? [];
@endphp
Unit for inventory tracking (e.g., PCS, KG)
Unit for sales/invoicing (e.g., Cases, Boxes, Cartons)
How many base units in 1 sales unit (e.g., 24 PCS = 1 Case → enter 24)
@if (isset($product))
Updated automatically via GRN.
@endif