@use('\Illuminate\Support\Arr', 'Arr') @props([ 'name' => '', 'options' => [], 'column' => '', 'key' => '', ]) @php if ($key == '') { $key = $column; } else { $key = $key; } @endphp merge(['class' => 'form-control form-select']) }}> @foreach ($options as $value => $label) @if (Arr::accessible($label)) {{ $label[$column] }} @else {{ $label }} @endif @endforeach