@extends('layouts.winemaker') @section('title', 'Plan Harvest') @push('styles') @endpush @section('content')

Rows to harvest

@foreach ($rows as $row) @endforeach

Harvest plan

@if ($plannedDate)

Planned date: {{ $plannedDate }}

@endif
@endsection