@props([ 'label' => null, 'error' => null, 'help' => null, 'icon' => null, 'type' => 'text', 'placeholder' => '', 'required' => false ])
@if($label) @endif
@if($icon) @endif merge(['class' => 'kmc-input' . ($error ? ' kmc-input--error' : '')]) }} @if($required) required @endif />
@if($help && !$error) {{ $help }} @endif @if($error) {{ $error }} @endif