🌱 Log Fertilizer Application

Record fertilizer application with detailed NPK and soil analysis

@if(isset($weather) && $weather)

🌡️ Current Weather Conditions

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

@endif @if($errors->any())
Please fix the following errors:
@endif
@csrf

🌿 Plant Selection

🧪 NPK Analysis & Application Rate

🌱 Soil pH Monitoring

Blackberries prefer pH 5.5-6.5

💰 Cost Tracking

Cancel Operations Dashboard