| @lang('inventory::modules.batchRecipe.batchName') | @lang('inventory::modules.batchRecipe.defaultBatchSize') | @lang('inventory::modules.batchRecipe.createdOn') | @lang('inventory::modules.reports.cogs.total_cost') |
|---|---|---|---|
|
{{ $production->batchRecipe->name }}
{{ $production->batchRecipe->yieldUnit->name ?? '' }}
|
{{ number_format($production->quantity, 2) }} {{ $production->batchRecipe->yieldUnit->symbol ?? '' }}
|
{{ $production->created_at->timezone(timezone())->format('Y-m-d H:i') }}
{{ $production->producedBy->name ?? '' }}
|
{{ currency_format($production->total_cost, restaurant()->currency_id) }}
|
| @lang('inventory::modules.batchRecipe.noBatchStockFound') | |||