| {{ $titulo }} |
{{ $informe['tipo_documento']}} |
{{ $informe['numero_documento']}} |
{{ $informe['nom_candidato']}} |
{{ $informe['nombre_corpo']}} |
{{ $informe['nombre_circuns']}} |
{{ $informe['dpto_nombre']}} |
{{ $informe['municipio_nombre']}} |
{{ isset ($informe['localidad']) ? $informe['localidad'] : ' - '}} |
{{ isset ($informe['fecha_final']) ? date('Y-m-d',strtotime($informe['fecha_final'])) : ' - '}} |
@if($informe['envio_informe'] == '1')
SI |
@else
NO |
@endif
@if($informe['derecho_reposicion'] == 'N')
NO |
@else
SI |
@endif
{{ $informe['total_ingreso']}} |
{{ $informe['total_gasto']}} |
{{ isset ($informe['dpto_residencia']) ? $informe['dpto_residencia'] : ' - '}} |
{{ isset ($informe['mnpio_residencia']) ? $informe['mnpio_residencia'] : ' - '}} |
@if($informe['id_maximo'] == null)
- |
@else
Si |
@endif
@if($informe['envio_informe'] == '1')
NO |
@else
SI |
@endif
{{ isset ($informe['radicado_final']) ? $informe['radicado_final'] : ' - '}} |
{{ date('Y-m-d',strtotime($informe['created_at']))}} |
{{ isset ($informe['fecha_registro_libro']) ? date('Y-m-d',strtotime($informe['fecha_registro_libro'])) : ' - '}} |
{{ isset ($informe['direccion']) ? $informe['direccion'] : ' - '}} |
{{ isset ($informe['telefono']) ? $informe['telefono'] : ' - '}} |
{{ isset ($informe['email']) ? $informe['email'] : ' - '}} |
@if($informe['etnia'] == '')
- |
@endif
@if($informe['etnia'] == 1 )
Indigenas |
@endif
@if($informe['etnia'] == 2 )
Negritudes |
@endif
@if($informe['etnia'] == 3 )
Raizales |
@endif
@if($informe['etnia'] == 4 )
Room |
@endif
@if($informe['etnia'] == 5 )
Ninguna de las anteriores |
@endif
@if($informe['sexo'] == "M" )
MASCULINO |
@endif
@if($informe['sexo'] == "F" )
FEMENINO |
@endif
@endforeach