🌿 Bulk Fertilizer Application

Apply fertilizer to multiple plants with consistent application rates

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

🌡️ Current Weather Conditions

Temperature: {{ round($weather['main']['temp']) }}°F | Humidity: {{ $weather['main']['humidity'] }}% | Wind: {{ isset($weather['wind']['speed']) ? round($weather['wind']['speed']) : 0 }} mph

Conditions: {{ ucfirst($weather['weather'][0]['description']) }}

⚠️ Avoid application in high winds or before heavy rain

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

⚙️ Bulk Application Settings

🧪 Fertilizer Information

🌱 Select Plants for Fertilizer Application

Choose individual plants or use the selection tools below:

@if(isset($plants)) @foreach($plants as $plant) @endforeach @endif

0 plants selected

Leave blank if not measured

💰 Cost Tracking

Cancel Operations Dashboard