@props([ 'name' => 'zone_type', 'options' => [ 'industrial' => 'Industrial', 'commercial' => 'Commercial', 'residential' => 'Residential', 'special-economic-zone' => 'Special Economic Zone', 'open-space' => 'Open Space', 'agricultural-zone' => 'Agricultural Zone', 'other' => 'Other', ], 'selected' => old('zone_type', isset($property) ? $property->zone_type : ''), 'otherValue' => old('other_zone_type', isset($property) ? $property->other_zone_type : ''), ])