$required, 'sr-only' => $labelSrOnly])
/>
@endif
@if ($inputGroup || $inputIcon)
$inputGroup,
'input-icon' => $inputIcon,
'input-group-flat' => $groupFlat,
])>
@endif
@isset($prepend)
{!! $prepend !!}
@endisset
merge(['type' => $type, 'name' => $name, 'id' => $id, 'value' => $value, 'required' => $required])->class($classes) }} />
@if ($helperText && ! $inputGroup)
{!! $helperText !!}
@endif
@isset($append)
{!! $append !!}
@endisset
@if ($inputGroup || $inputIcon)
@endif
@if ($helperText && $inputGroup)
{!! $helperText !!}
@endif
{{ $slot }}