📏 Add Measurement

Record growth and health data for plant {{ $plant->plant_id }}

{{ $plant->plant_id }}
Plant ID
{{ $plant->variety_name ?? 'Unknown' }}
Variety
{{ \Carbon\Carbon::parse($plant->planted_date)->diffInDays(now()) }}
Days Planted
{{ ucfirst($plant->status) }}
Status
@if($errors->any())
Please fix the following errors:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
1-3 Poor 4-6 Fair 7-8 Good 9-10 Excellent
Measure from ground to tallest cane tip
Main structural canes
Lateral shoots and suckers
Largest berry diameter if fruiting
Sugar content using refractometer
Current conditions during measurement

📋 Measurement Tips

  • Height: Measure from soil level to the tip of the tallest cane (in inches)
  • Primary Canes: Count main structural canes (thick, woody)
  • Secondary Canes: Count lateral shoots and new growth
  • Health Score: Consider leaf color, pest damage, vigor, and overall appearance
  • Berry Size: Use calipers for accurate measurement of largest berry
  • Sweetness: Test with refractometer for Brix (sugar content)
💡 Pro Tip: Take measurements at the same time of day for consistency. Morning measurements (8-10 AM) are ideal when plants are fully hydrated.
Cancel