@props([ 'placeholder' => 'Select an option', 'options' => [], // Expects a Collection of objects or an array of arrays 'optionValue' => 'id', 'optionLabel' => 'name', 'selectedLabel' => '', 'disabled' => false, 'isArray' => false, ])