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

Affected rows

@foreach ($rows as $row) @endforeach

Fertilisation details

@if ($plannedDate)

Planned date: {{ $plannedDate }}

@endif
@endsection