⚡ Bulk Plant Operations

Select multiple plants and perform batch operations

Step 1: Select Plants

0 plants selected
@foreach($plants as $plant)
🫐 {{ $plant->plant_id }}
{{ $plant->variety_name ?? 'Unknown Variety' }} • {{ ucfirst($plant->status) }} • {{ $plant->location ?? 'No location' }} • Planted: {{ $plant->planted_date ? date('M j, Y', strtotime($plant->planted_date)) : 'Unknown' }}
@endforeach

Step 2: Choose Action

📏

Bulk Measurements

Add the same measurement to multiple plants (height, health score, notes)

💧

Bulk Watering Log

Record watering session for multiple plants at once

🏷️

Update Status

Change status for multiple plants (active, dormant, stressed)

📍

Update Location

Move multiple plants to new location

📊

Export Data

Export plant data to CSV for selected plants

📱

Generate QR Codes

Create QR codes for all selected plants

← Back to Plants 🏠 Dashboard