@if ($candidates->isEmpty())
@else
No candidates available at the moment.
@foreach ($candidates as $candidate)
@endforeach
@endif