{{-- 1 --}}
@if ($filtros['filtro_numero'])
| {{$key+1}} |
@endif
{{-- 2 --}}
@if ($filtros['filtro_padre'])
{{$item->entidad_padre?$item->entidad_padre :''}} |
@endif
{{-- 3 --}}
@if ($filtros['filtro_identificacion'])
{{$item->entidad_documento?$item->entidad_documento :''}} |
@endif
{{-- 4 --}}
@if ($filtros['filtro_entidad'])
{{$item->entidad_nombre?$item->entidad_nombre :''}} |
@endif
{{-- 5 --}}
@if ($filtros['filtro_nombre_corto'])
{{$item->entidad_sigla?$item->entidad_sigla :''}} |
@endif
{{-- 6 --}}
@if ($filtros['filtro_telefono_principal'])
{{$item->entidad_telefono_principal?$item->entidad_telefono_principal :''}} |
@endif
{{-- 7 --}}
@if ($filtros['filtro_otros_telefonos'])
{{$item->entidad_otros_telefonos?$item->entidad_otros_telefonos :''}} |
@endif
{{-- 8 --}}
@if ($filtros['filtro_localidad'])
{{$item->localidad_nombre?$item->localidad_nombre :''}} |
@endif
{{-- 9 --}}
@if ($filtros['filtro_direccion'])
{{$item->entidad_direccion?$item->entidad_direccion :''}} |
@endif
{{-- 10 --}}
@if ($filtros['filtro_correo_electronico'])
{{$item->entidad_email?$item->entidad_email :''}} |
@endif
@endforeach