@props([ 'name' => null, 'type' => 'text', 'item' => null, 'info_tooltip_text' => null, 'help_text' => null, 'label' => null, 'input_div_class' => 'col-md-8', 'errors_class' => $errors->has('support_url') ? ' has-error' : '', 'input_icon' => null, 'input_group_addon' => null, 'rows' => null, 'placeholder' => null, ])
merge(['class' => 'form-group'. $errors_class]) }}> @if (isset($label)) {{ $label }} @endif @php $blade_type = in_array($type, ['text', 'email', 'url', 'tel', 'number', 'password']) ? 'text' : $type; @endphp
@if ($info_tooltip_text)
{{ $info_tooltip_text }}
@endif @error($name)
@enderror @if ($help_text)

{!! $help_text !!}

@endif