@extends('layouts.app') @section('title', 'Production Details #' . $production->id) @section('content')
| Ingredient / Item | Qty per Unit | Total Consumed | Estimated Cost |
|---|---|---|---|
|
{{ $name }}
{{ $ref->code ?? '' }}
|
{{ number_format($item->quantity, 3) }} | {{ number_format($consumed, 2) }} | ${{ number_format($consumed * $unitCost, 2) }} |
| Recipe data not available for this production batch. | |||
| Batch Production Cost: | ${{ number_format($production->total_cost, 2) }} | ||
This production was authorized and performed by registered user ID#{{ $production->performed_by }}. All ingredients have been deducted from central/branch inventory according to the approved recipe.