| ORGANIZACIÓN ELECTORAL | FORMULARIO 1B |
| CONSEJO NACIONAL ELECTORAL | |
| Fondo Nacional De Financiación Política | |
| DECLARACION DE PATRIMONIO, INGRESOS Y GASTOS ANUALES |
| Correspondiente al Año {{isset($anio)? $anio : ''}} |
| Representante Legal: {{ isset($repre->nom_completo) ? strtoupper($repre->nom_completo) : '' }} | Cedula de Ciudadanía: {{ isset($repre->numero_identificacion) ? $repre->numero_identificacion : '' }} |
| Nombre del Veedor: {{ isset($repre->nom_completo) ? strtoupper($repre->nom_completo) : '' }} | Cedula de Ciudadanía: {{ isset($repre->numero_identificacion) ? $repre->numero_identificacion : '' }} |
| Nombre del Auditor: {{ isset($repre->nom_completo) ? strtoupper($repre->nom_completo) : '' }} | Cedula de Ciudadanía: {{ isset($repre->numero_identificacion) ? $repre->numero_identificacion : '' }} |
| PATRIMONIO | ||
| 1 | Total Patrimonio Bruto a 31 de diciembre (Según Balance general) | {{isset($agrupacion->total_patrimonio)? $agrupacion->total_patrimonio : ''}} |
| 2 | Deudas a 31 de diciembre (Según Balance general) | {{isset($agrupacion->deudas)? $agrupacion->deudas : ''}} |
| 3 | Total patrimonio liquido a 31 de diciembre | {{isset( $agrupacion->patrimonio_liquido)? $agrupacion->patrimonio_liquido : ''}} |
| Código | Concepto | Valor |
| {{ $nombre[0] }} | {{ $nombre[1] }} | @foreach ($date as $i) $ {{number_format($i['valor_total'], 2, ',', '.') }} @endforeach |
| {{ $i + 1 }} | Anexo en Blanco | |
| Las cifras registradas en este formulario fueron tomadas fielmente del libro de Ingresos y Gastos registrado ante la Organización electoral
@if(isset($agrupacion->fecha_final))
el día {{ date('d', strtotime($agrupacion->fecha_final))}} del mes {{ date('m', strtotime($agrupacion->fecha_final))}} del año {{ date('Y', strtotime($agrupacion->fecha_final))}} @else el día __________ del mes _______________ del año _________ @endif |
|||
| Firma del Representante Legal | @if(isset($representante)) @foreach ($representante as $repre) @if ($repre->tipo_representante == 3) Firma del Auditor Interno T.P {{ isset($repre->tarjeta_profesional) ? $repre->tarjeta_profesional : ''}} @endif @endforeach @else Firma del Auditor Interno T.P @endif | ||