Edit Recipe Yield

{{ $recipe->name }}

Update yield configuration to reflect actual performance or corrections.

@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($yield->average_actual_yield)

Historical Performance Data Available

Average actual yield from production: {{ number_format($yield->average_actual_yield, 2) }}% (Expected: {{ number_format($yield->yield_percentage, 2) }}%)

Consider updating the expected yield to match actual performance for better planning.

@endif
@csrf @method('PUT')
1

Raw Ingredients

Starting quantity before preparation

Total raw ingredient quantity

Measurement unit for raw ingredients

2

Cooked/Prepared Yield

Final quantity after preparation

Total cooked/prepared quantity

Measurement unit for cooked product

Waste from trimming, peeling, etc.

Shrinkage from cooking/evaporation

3

Portion Configuration

How portions are sized and counted

Number of servings from this yield

Size of each portion

Unit for portion size

4

Cooking Method

Preparation details for consistency

How this is prepared

Cooking temperature

Total cooking duration

Status

Cancel

Configuration History

Created: {{ $yield->created_at->format('M d, Y g:i A') }} @if($yield->creator) by {{ $yield->creator->name }} @endif
Last Updated: {{ $yield->updated_at->format('M d, Y g:i A') }}