@php
$perColumn = 9;
$candidateCount = $election->candidates->count();
@endphp
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