Voter Turnout Report — {{ $election->title }}

Generated: {{ now()->format('d M Y H:i') }}  |  Total Voters: {{ $voters->count() }}

@foreach($voters as $i => $voter) @endforeach
# Full Name Unique ID Telephone Voted Voted At IP Address
{{ $i + 1 }} {{ $voter->full_name }} {{ $voter->unique_id }} {{ $voter->telephone }} {{ $voter->has_voted ? 'Yes' : 'No' }} {{ $voter->voted_at ? $voter->voted_at->format('d M Y H:i') : '—' }} {{ $voter->ip_address ?? '—' }}