@props([
'title'=>'',
'name'=>$attributes->wire('model')->value()??'',
'placeholder'=>'',
'obid'=>'id',
'options'=>[],
])
@php
$wireModel = $attributes->wire('model')->value();
$selectedValue = request()->get($name, $attributes->get('value'));
@endphp
{{$placeholder}}