@extends('layouts.app') @section('title', 'BOM Details') @section('content')
Version {{ $bom->version }} | Product Master Specification
{{ $bom->product->sku }}
{{ $bom->notes ?? 'No additional notes provided.' }}
| Material / Component | Required Qty | Waste Gap | Cost Basis |
|---|---|---|---|
|
{{ $item->component->name }}
{{ $item->component->sku }}
|
{{ $item->quantity }} {{ $item->component->unit_of_measure }} | {{ $item->waste_percentage }}% | ${{ number_format($item->quantity * $item->component->cost_price, 2) }} |