@extends('layouts.app') @section('title', 'BOM Registry') @section('content') @section('content')

Product Consumption Rules

Define how raw materials and components are consumed per product unit.

New Consumption Rule
@forelse($boms as $bom) @empty @endforelse
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.
{{ $boms->links() }}
@endsection