@if(count($reportedCandidates) > 0 || $searchByCandidate != '' || $filterByReportedDate != '')
@endif @forelse($reportedCandidates as $reportedCandidate) @include('candidate.reported_candidate.reported_candidate_card') @empty
@if ($searchByCandidate) {{ __('messages.candidate.no_reported_candidates_found') }} @else {{ __('messages.candidate.no_reported_candidates_available') }} @endif
@endforelse
@if($reportedCandidates->count() > 0) {{$reportedCandidates->links()}} @endif