🫐 Bulk Field Harvest

Record harvest for an entire field with automatic yield distribution

@if ($errors->any())

Please fix the following errors:

@endif
@csrf

Field Selection

Select the field being harvested
@error('field_id')
{{ $message }}
@enderror

Harvest Information

When was this field harvested?
@error('harvest_date')
{{ $message }}
@enderror
@error('season')
{{ $message }}
@enderror
Total weight harvested from entire field
@error('total_yield_lbs')
{{ $message }}
@enderror
Who performed the harvest?
@error('harvested_by')
{{ $message }}
@enderror

Yield Distribution

How should the total yield be distributed among plants?
@error('distribution_method')
{{ $message }}
@enderror

Quality Metrics

@error('berry_quality_grade')
{{ $message }}
@enderror
Average sugar content (Brix scale)
@error('average_sweetness_brix')
{{ $message }}
@enderror
@error('berry_firmness')
{{ $message }}
@enderror
@error('color_quality')
{{ $message }}
@enderror

Processing & Market

@error('processing_method')
{{ $message }}
@enderror
Where will these berries be sold/used?
@error('market_destination')
{{ $message }}
@enderror
How long did the harvest take?
@error('harvest_duration_minutes')
{{ $message }}
@enderror
Weather during harvest
@error('weather_during_harvest')
{{ $message }}
@enderror
Additional information about this bulk harvest
@error('harvest_notes')
{{ $message }}
@enderror
Cancel