@php $idSuffix = $idSuffix ?? 'create'; $categories = $categories ?? collect(); $mode = $mode ?? 'create'; $nextInventoryCode = $nextInventoryCode ?? ''; $discModes = ['' => '—', 'fixed' => 'Fixed', 'percent' => 'Percent']; $priceOpts = ['market_price' => 'Market Price', 'base_price' => 'Base Price', 'list_price' => 'List Price']; @endphp
Live stock is stored per garage in garage_parts (with garage_id).