Record fertilizer application with detailed NPK and soil analysis
Temperature: {{ round($weather['main']['temp']) }}°F (feels like {{ round($weather['main']['feels_like']) }}°F)
Conditions: {{ ucfirst($weather['weather'][0]['description']) }}
Humidity: {{ $weather['main']['humidity'] }}% | Wind: {{ isset($weather['wind']['speed']) ? round($weather['wind']['speed']) : 0 }} mph
⚠️ Consider weather conditions for application timing