{{ $title }}
@if ($candidates->isEmpty())

No candidates available at the moment.

@else
@foreach ($candidates as $candidate)
{{ $candidate->election_number }} | {{ $candidate->name }}
Candidate Picture
@csrf
@endforeach
@endif