@props(['label', 'name', 'value' => '']) @php $label = $label ?? false; $placeholder = $attributes['placeholder'] ?? ''; @endphp
@if ($label)
{{ $label }}
@endif
merge(['class' => 'w-full appearance-none border-0 bg-transparent text-black py-1 px-0 focus:outline-none focus:border-transparent']) }}>{{ $value }}