@props(['label' => 'Located Inside', 'name', 'options' => [], 'selected' => null, 'otherValue' => null])
{{ $label }}
@foreach ($options as $value => $label)
@endforeach {{-- Other Option --}}
{{-- Other Input Field --}}