@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 : ''), ])
{{ __('Zone Type') }}
@foreach ($options as $value => $label) @endforeach
@if (in_array('other', array_keys($options)))
@endif @error($name) {{ $message }} @enderror @error('other_' . $name) {{ $message }} @enderror