Harvests

Create New Harvest @forelse($harvests as $harvest) @empty @endforelse
Date Vineyard Row Weight (kg) Sugar Content Quality Actions
@if($harvest->plannedTask && $harvest->plannedTask->execution_date) {{ $harvest->plannedTask->execution_date->format('Y-m-d') }} @else {{ $harvest->date->format('Y-m-d') }} @endif {{ $harvest->vineyardRow->varietyVariation->grapeVariety->variety_name ?? 'Row #' . ($harvest->vineyardRow->id ?? 'N/A') }} {{ $harvest->weight }} {{ $harvest->sugar_content }} {{ $harvest->quality }} View Edit
@csrf @method('DELETE')
No harvests found.
{{ $harvests->links() }}