Kode | {{$bom->code ?? '-'}} |
Tgl | {{$bom->date ?? '-'}} |
Produk | {{$bom->product ? $bom->product->name : '-'}} |
Keterangan | {{$bom->description ?? '-'}} |
Nama | Unit | Standard Cost | Jumlah | Total Cost |
{{$item->product ? $item->product->name : "-"}} | {{$item->product ? $item->product->purchase_unit : "-"}} | {{$item->product ? $item->product->cost_of_products_sold : 0}} | {{$item->quantity}} | {{$totalItem}} |
Total Material | {{$totalMaterial}} |