@extends('layouts.app') @section('title', 'BOM Registry') @section('content') @section('content')
Define how raw materials and components are consumed per product unit.
| Product | Version | Components | Created | Status | Actions |
|---|---|---|---|---|---|
|
{{ $bom->product->name }}
{{ $bom->product->sku }}
|
v{{ $bom->version }} | {{ $bom->items()->count() }} items | {{ $bom->created_at->format('M d, Y') }} | @if($bom->is_active) Active @else Draft/Archived @endif | View |
| No BOMs registered yet. | |||||