💦 Bulk Watering Session

Water multiple plants or areas in a single session

@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'] }}%

@if(isset($weather['wind']['speed']))

Wind: {{ round($weather['wind']['speed']) }} mph

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

⚙️ Bulk Watering Settings

🌱 Select Plants to Water

Choose individual plants or use the selection tools below:

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

0 plants selected

Cancel 🏠 Home 📊 Operations 🌤️ Weather