@extends('layouts.app') @section('title', 'Harvest Management - Blackberry Farm') @section('content')
Track and analyze berry harvests with quality metrics
| Harvest Date | Plant | Variety | Yield | Quality | Destination | Season | Harvester | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ date('M j, Y', strtotime($harvest->harvest_date)) }} |
{{ $harvest->plant_id }}
@if($harvest->plant_location)
{{ $harvest->plant_location }} @endif |
{{ $harvest->variety_name ?? 'Unknown' }} | {{ number_format($harvest->yield_lbs, 2) }} lbs |
{{ str_replace('_', ' ', ucwords($harvest->berry_quality_grade, '_')) }}
@if($harvest->average_sweetness_brix)
({{ number_format($harvest->average_sweetness_brix, 1) }} Brix) @endif |
{{ str_replace('_', ' ', ucwords($harvest->market_destination, '_')) }} | {{ ucfirst($harvest->season) }} | {{ $harvest->harvested_by ?? 'Unknown' }} | View Edit |
Start tracking your berry harvests to analyze production and quality metrics.
📊 Record First Harvest