@extends('layouts.app') @section('title', 'Soil Analysis - Geographic Analysis') @section('content')
Geographic soil condition mapping and nutrient analysis
Optimize soil health through location-based insights
This area will display an interactive map with:
No field-specific soil analysis available yet.
Add soil tests to specific fields for detailed analysis.
Your soil is too acidic (pH {{ number_format($soilData['analysis']['avg_ph'], 1) }}). Blackberries prefer pH 6.0-7.0.
Your soil is too alkaline (pH {{ number_format($soilData['analysis']['avg_ph'], 1) }}). Lower pH for optimal nutrient availability.
Organic matter is low ({{ number_format($soilData['analysis']['organic_matter_avg'] ?? 0, 1) }}%). Target 4-6% for optimal soil health.
Implement zone-specific soil management based on test results.