@props(['disabled' => false]) @php $addincladsss = $disabled == true ? "disabled cursor-not-allowed" :''; @endphp
merge(['class' => 'rounded-xl placeholder-zinc-400 text-sm p-3 border-zinc-200 focus:border-indigo-100 focus:ring-indigo-500 rounded-md shadow-sm '.$addincladsss]) !!}> @php $wireModel = null; if (is_array($attributes) && array_key_exists('wire:model', $attributes)) { $wireModel = $attributes['wire:model']; } elseif (method_exists($attributes, 'get') && $attributes->get('wire:model')) { $wireModel = $attributes->get('wire:model'); } @endphp @if($wireModel) @endif