<div class="form-group mb-3 mb-md-3">
<label for="{{ $label ?? null }}" class="labelInput">{{ $label }}</label>
<input
type="{{ $type ?? 'text' }}"
name="{{ $name }}"
id="{{ $name }}"
autocomplete="off"
{{ $attributes->merge(['class' => 'form-control inputBox']) }}
>
</div>