🌱 Add New Blackberry Plant
Register a new plant in your farm management system
@csrf
Plant ID
*
Unique identifier for this plant (e.g., PAF-001 for Prime Ark Freedom #1)
Plant Variety
*
Select a variety...
Prime Ark Freedom (thornless, fall-bearing)
Prime Ark Traveler (thornless, fall-bearing)
Ouachita (thornless, summer-bearing)
Triple Crown (thornless, summer-bearing)
Osage (thornless, summer-bearing)
Caddo (thorny, summer-bearing)
Prime Ark 45 (thorny, fall-bearing)
Chester (thornless, summer-bearing)
Choose the blackberry variety for this plant
Field Location
Select field...
@if(isset($fields)) @foreach($fields as $field)
{{ $field->name }}{{ $field->field_code ? ' (' . $field->field_code . ')' : '' }}
@endforeach @endif
Which field will this plant be located in?
Add a new field
Date Planted
When was this plant established?
Location
Field location (row, position, GPS coordinates, etc.)
Plant Source *
Select source...
Root Stock
Nursery Purchase
Air Layering
Transplant
Seed
Cutting
Division
Gift/Trade
Other
How did you acquire this plant?
Select Nursery
Choose nursery...
@foreach($nurseries as $nursery)
{{ $nursery->name }} ({{ $nursery->city }}, {{ $nursery->state }})
@endforeach
Add a new nursery
Source Notes
Optional: Purchase date, batch info, special notes
Current Height (inches)
Current height of the plant
@error('height_inches')
{{ $message }}
@enderror
Initial Cost ($)
Purchase price or cost
@error('initial_cost')
{{ $message }}
@enderror
Plant Status
Active (healthy and growing)
Dormant (winter rest)
Stressed (needs attention)
Diseased (treatment needed)
Current health status of the plant
Notes
Optional notes about the plant's history, characteristics, or special care
🌱 Add Plant
← Back to Plants
🏠 Dashboard