🏪 Add New Field
Create a new growing field or location
@if ($errors->any())
Please fix the following errors:
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Basic Information
Field Name
*
Descriptive name for this field or growing area
@error('name')
{{ $message }}
@enderror
Field Code
Short code for easy reference (optional)
@error('field_code')
{{ $message }}
@enderror
Status
*
Active - Ready for planting
Preparation - Being prepared
Fallow - Resting/recovering
Inactive - Not in use
@error('status')
{{ $message }}
@enderror
Geographic Information
Latitude
GPS latitude coordinate
@error('latitude')
{{ $message }}
@enderror
Longitude
GPS longitude coordinate
@error('longitude')
{{ $message }}
@enderror
Street Address
{{ old('street_address') }}
@error('street_address')
{{ $message }}
@enderror
City
@error('city')
{{ $message }}
@enderror
State
2-letter code
@error('state')
{{ $message }}
@enderror
ZIP Code
@error('zip_code')
{{ $message }}
@enderror
County
@error('county')
{{ $message }}
@enderror
Elevation (feet)
Elevation above sea level
@error('elevation_feet')
{{ $message }}
@enderror
Field Characteristics
Field Size (acres)
@error('acreage')
{{ $message }}
@enderror
Topography
Select topography...
Flat
Rolling Hills
Steep
Terraced
Valley
Hillside
@error('topography')
{{ $message }}
@enderror
Soil Type
Select soil type...
Clay
Loam
Sandy Loam
Sand
Silt
Rocky
Mixed
@error('soil_type')
{{ $message }}
@enderror
Drainage
Select drainage...
Excellent
Good
Fair
Poor
Needs Improvement
@error('drainage')
{{ $message }}
@enderror
Slope (%)
Grade percentage (0 = flat, 100 = vertical)
@error('slope_percentage')
{{ $message }}
@enderror
Aspect (facing)
Select aspect...
North-facing
Northeast-facing
East-facing
Southeast-facing
South-facing
Southwest-facing
West-facing
Northwest-facing
Level (no slope)
@error('aspect')
{{ $message }}
@enderror
Infrastructure & Utilities
Irrigation System
Select irrigation...
Drip Irrigation
Sprinkler System
Overhead Sprinklers
Furrow Irrigation
Hand Watering
No Irrigation
@error('irrigation_type')
{{ $message }}
@enderror
Access Road
Select access...
Paved Road
Gravel Road
Dirt Road
Trail/Path
Walking Only
@error('access_road')
{{ $message }}
@enderror
Utilities Available
Electricity
Water Access
Equipment Storage
Operational Information
Plant Capacity
Maximum number of plants this field can hold
@error('plant_capacity')
{{ $message }}
@enderror
Planting Pattern
Spacing pattern (e.g., "8x4 feet")
@error('planting_pattern')
{{ $message }}
@enderror
Last Soil Test
@error('last_soil_test')
{{ $message }}
@enderror
Soil pH
pH scale (0-14, 7 = neutral)
@error('soil_ph')
{{ $message }}
@enderror
Notes
{{ old('notes') }}
Any additional information about this field
@error('notes')
{{ $message }}
@enderror
💾 Save Field
Cancel