You are about to remove a plant from inventory
Plant ID: {{ $plant->plant_id }}
Variety: {{ $plant->variety_name ?? 'Unknown' }}
Status: {{ ucfirst($plant->status) }}
Planted Date: {{ $plant->planted_date ? date('M j, Y', strtotime($plant->planted_date)) : 'Unknown' }}
@if($plant->location)Location: {{ $plant->location }}
@endifThis plant has {{ $totalRelatedRecords }} related records in the system. Please choose how you want to handle this data:
This plant has no related records in the system. You can choose to archive it for record-keeping or permanently delete it.