Generated: {{ now()->format('d M Y H:i') }} | Status: {{ ucfirst($election->status) }}
| # | Candidate | Votes | % | Progress | Result |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $candidate->name }} | {{ $candidate->votes_count }} | {{ $pct }}% | {{ $i === 0 && $position->votes_count > 0 ? '★ WINNER' : '' }} |