@props(['name', 'label', 'placeholder', 'value' => null, 'type' => 'text', 'texthelper', 'attributes' => [], 'options' => []])
@if (isset($placeholder))
@if ($texthelper != '')
{{ $texthelper }}
@endif
@else
@if ($texthelper != '')
{{ $texthelper }}
@endif
@endif
{{-- --}}