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

Affected rows

@foreach ($rows as $row) @endforeach

Pruning details

@if ($plannedDate)

Planned date: {{ $plannedDate }}

@endif
@endsection