Update field information and characteristics
Field: {{ $field->name }}{{ $field->field_code ? ' (' . $field->field_code . ')' : '' }}
Current Status: {{ ucfirst($field->status) }}
Current Plants: {{ $field->plants->count() }}{{ $field->plant_capacity ? ' / ' . $field->plant_capacity : '' }} plants
Created: {{ date('M j, Y g:i A', strtotime($field->created_at)) }}
Last Updated: {{ date('M j, Y g:i A', strtotime($field->updated_at)) }}