@props([ 'label' => null, 'name' => null, 'type' => 'text', 'required' => false, 'error' => null, 'help' => null, 'icon' => null, ])
@if($label) @endif
@if($icon)
{!! $icon !!}
merge(['class' => 'block w-full min-h-touch border-gray-300 rounded-lg shadow-sm text-base sm:text-sm focus:border-primary-500 focus:ring-primary-500 px-3 py-2.5' . ($icon ? ' pl-10' : '')]) }} @if($required) required @endif /> @else merge(['class' => 'block w-full min-h-touch border-gray-300 rounded-lg shadow-sm text-base sm:text-sm focus:border-primary-500 focus:ring-primary-500 px-3 py-2.5']) }} @if($required) required @endif /> @endif
@if($help)

{{ $help }}

@endif @if($error)

{{ $error }}

@endif