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