✏️ Edit Plant {{ $plant->plant_id }}

Update plant details and information

📋 Current Information

Plant ID: {{ $plant->plant_id }} (cannot be changed)

Current Variety: {{ $plant->variety_name ?? 'Unknown' }}

Current Status: {{ ucfirst($plant->status) }}

Created: {{ $plant->created_at ? date('M j, Y g:i A', strtotime($plant->created_at)) : 'Unknown' }}

Last Updated: {{ $plant->updated_at ? date('M j, Y g:i A', strtotime($plant->updated_at)) : 'Unknown' }}

@if ($errors->any())

Please fix the following errors:

@endif @if (session('success'))
Success! {{ session('success') }}
@endif
@csrf @method('PUT')
@error('variety_id')
{{ $message }}
@enderror
Which field is this plant located in? Add a new field
@error('field_id')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
@error('planted_date')
{{ $message }}
@enderror
Row, plot, or field location
@error('location')
{{ $message }}
@enderror
How did you acquire this plant?
@error('source_type')
{{ $message }}
@enderror
@error('nursery_id')
{{ $message }}
@enderror
Optional: Purchase date, batch info, special notes
@error('source_notes')
{{ $message }}
@enderror
Current height of the plant
@error('height_inches')
{{ $message }}
@enderror
Purchase price or cost
@error('initial_cost')
{{ $message }}
@enderror
General notes, observations, or special instructions
@error('notes')
{{ $message }}
@enderror
Cancel ← All Plants