OFICIAL
Acta Oficial de Escrutinio
| Elección: {{ $election->name }} |
| Estado: {{ $election->is_active ? 'Activa' : 'Cerrada' }} |
| Fecha generación: {{ now() }} |
@if($revealWinners)
Personero: {{ $personeroWinner?->full_name ?? 'N/A' }}
Contralor: {{ $contralorWinner?->full_name ?? 'N/A' }}
@endif
Tarjetones: {{ $totalBallots }}
Habilitados: {{ $eligibleVoters }}
Participación: {{ $turnoutPercent }}%
Resultados Personero
| Candidato | Votos | % |
@foreach($personeroResults as $row)
| #{{ $row->display_number }} - {{ $row->full_name }} |
{{ $row->votes_count }} |
{{ $row->percent }}% |
@endforeach
| Voto en blanco | {{ $personeroBlank }} | |
Resultados Contralor
| Candidato | Votos | % |
@foreach($contralorResults as $row)
| #{{ $row->display_number }} - {{ $row->full_name }} |
{{ $row->votes_count }} |
{{ $row->percent }}% |
@endforeach
| Voto en blanco | {{ $contralorBlank }} | |
________________________
Jurado 1
________________________
Jurado 2
________________________
Presidencia Electoral