{{-- Note because it's hidden we don't need any wrapper arround --}}
<input type="hidden"
id="{{$formElementCodeName}}"
name="{{$formElementCodeName}}"
data-test="{{$formElementCodeName}}"
value="@if(isset($formElementValue)){{$formElementValue}}@else{{\Illuminate\Support\Facades\Request::old($formElementCodeName, '')}}@endif" />