@php $perColumn = 9; $candidateCount = $election->candidates->count(); @endphp Live Results - {{ $election->name }}
@if ($election->status === 'active') LIVE @else FERMÉE @endif
{{ $election->name }}
--:--
En attente...
Total {{ $voteStats->total ?? 0 }}
Valides {{ $voteStats->valid ?? 0 }}
Blancs {{ $voteStats->blank ?? 0 }}
Nuls {{ $voteStats->null ?? 0 }}
@foreach ($election->candidates->sortByDesc('vote_count') as $candidate)
{{ $loop->iteration }} @if ($candidate->image) @endif {{ $candidate->name }}
{{ $candidate->vote_count }}
@endforeach