@props([
'title'=>'',
'name'=>$attributes->wire('model')->value()??'',
'placeholder'=>'',
'options'=>[],
'url'=>'',
])
@php
$id=str_replace('.','_',$name).rand(1000,9999999);
@endphp
@if($title)
@endif
@error($name)
{{ $message }}
@enderror
@push('js')
@endpush
@if($attributes->wire('model')->value())
@push('js')
@endpush
@endif