BOM Management
Manage recipes and material lists| BOM Code | Product | Name | Status | Components | Actions |
|---|---|---|---|---|---|
| {{ $bom->bom_code }} | {{ $bom->product->name ?? 'N/A' }} | {{ $bom->name }} | @php $statusClasses = [ 'draft' => 'badge-draft', 'active' => 'badge-active', 'inactive' => 'badge-inactive', 'obsolete' => 'badge-obsolete' ]; $class = $statusClasses[$bom->status] ?? 'badge-draft'; $statusLabels = [ 'draft' => 'Draft', 'active' => 'Final', 'inactive' => 'Inactive', 'obsolete' => 'Obsolete' ]; $label = $statusLabels[$bom->status] ?? ucfirst($bom->status); @endphp {{ $label }} | {{ $bom->components->count() }} | |
|
No BOMs found Create First BOM |
|||||