@props(['label', 'name', 'options', 'error' => null]) @php $label = $label ?? false; $options = json_decode($options, true) ?? []; $error = json_decode($error, true) ?? []; $selectedIndex = isset($attributes['selectedIndex']) ? $attributes['selectedIndex'] : 0; @endphp