@lang('inventory::modules.batchRecipe.batchRecipes')

@lang('inventory::modules.batchRecipe.batchRecipesDescription')

@if(user_can('Create Batch Recipe')) @lang('inventory::modules.batchRecipe.addBatchRecipe') @endif
@forelse($batchRecipes as $batchRecipe) @empty @endforelse
@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')
{{ $batchRecipes->links() }}
@if($isEditing) @lang('inventory::modules.batchRecipe.editBatchRecipe') @else @lang('inventory::modules.batchRecipe.addBatchRecipe') @endif

@lang('inventory::modules.batchRecipe.confirmDelete')

@lang('inventory::modules.batchRecipe.confirmDeleteMessage')

@lang('inventory::modules.batchRecipe.cancel') @lang('inventory::modules.batchRecipe.delete')