IN all of your checks for values where they are null..remove the space...
{{ ! cedula.value }} should be {{ !cedula.value }}
this also doesn't seem correct ...
{{ !(rangodefecha.value.start) }}
should be
{{ !rangodefecha.value.start}}
IN all of your checks for values where they are null..remove the space...
{{ ! cedula.value }} should be {{ !cedula.value }}
this also doesn't seem correct ...
{{ !(rangodefecha.value.start) }}
should be
{{ !rangodefecha.value.start}}