@extends('layouts.public') @section('title', 'Already Voted') @section('content')

You Have Already Voted

{{ $voter->full_name }}, our records show that your vote was already cast on {{ $voter->voted_at?->format('d M Y \a\t H:i') }}.

Each voter may only vote once. If you believe this is an error, please contact the election administrator.

Return to Home
@endsection