Key: {{ $marker_field->key }}
Name: {{ $marker_field->name }}
Type: {{ $marker_field->type }}
Required? {{ $marker_field->is_required ? 'Required' : 'Optional' }}
Active? {{ $marker_field->is_active ? 'Active' : 'Inactive' }}
Instructions: {{ $marker_field->instructions }}
Notes: {{ $marker_field->notes }}