@props([ 'name' => null, 'id' => null, 'label' => null, 'type' => 'text', 'placeholder' => '', 'value' => '', 'required' => false, 'attribute' => null, 'help' => null, 'prepend' => null, 'append' => null, 'prependIcon' => null, 'appendIcon' => null, 'button' => null, 'buttonType' => 'button', 'buttonClass' => 'btn-outline btn-primary', 'buttonOnclick' => null, 'label_grid' => 'col-xxl-2 col-lg-3 col-sm-4', 'input_grid' => 'col-xxl-4 col-xl-6 col-sm-8', 'container' => 'form-group row', ])
@if ($label) @endif
@if ($prepend || $prependIcon)
@if ($prependIcon) @else {!! $prepend !!} @endif
@endif @if ($append || $appendIcon || $button)
@if ($button) @else @if ($appendIcon) @else {!! $append !!} @endif @endif
@endif
@if ($help) {{ $help }} @endif