@lang('inventory::modules.batchRecipe.batchRecipesDescription')
| @lang('inventory::modules.batchRecipe.name') | @lang('inventory::modules.batchRecipe.yieldUnit') | @lang('inventory::modules.batchRecipe.defaultBatchSize') | @lang('inventory::modules.batchRecipe.ingredients') | @lang('inventory::modules.batchRecipe.actions') |
|---|---|---|---|---|
|
{{ $batchRecipe->name }}
@if($batchRecipe->description)
{{ Str::limit($batchRecipe->description, 50) }}
@endif
|
{{ $batchRecipe->yieldUnit->symbol }}
|
{{ number_format($batchRecipe->default_batch_size, 2) }} {{ $batchRecipe->yieldUnit->symbol }}
|
{{ $batchRecipe->recipeItems->count() }} @lang('inventory::modules.batchRecipe.ingredientsCount')
|
@if(user_can('Update Batch Recipe')) @endif @if(user_can('Delete Batch Recipe')) @endif |
| @lang('inventory::modules.batchRecipe.noBatchRecipesFound') | ||||
@lang('inventory::modules.batchRecipe.confirmDeleteMessage')