@props(['name', 'label', 'value' => null, 'type' => 'text', 'attributes' => [], 'texthelper']) merge(['class' => 'form-control']) !!}>{{ $value }} @if ($texthelper != '') {{ $texthelper }} @endif @error($name) {{ $message }} @enderror