@props(['name', 'id' => '', 'options', 'selected', 'placeholder', 'label', 'class' => '', 'attributes']) {{ $label }} {{ $placeholder ?? 'اختر' }} @foreach($options as $id => $option) {{ $option }} @endforeach