@extends('layouts.dashboard') @section('content')
@if ($candidates->count() > 0)

{{ __('list_of_participants') }}

{{ __('managing_and_viewing_reports_for_all_participants') }}

@if (session('status')) @endif

{{ __('active_participants') }}

{{ $firstBoxCounter }}

{{ $newCandidate }} {{ in_array($newCandidate, [1]) ? __('new') : __('new_details') }}, {{ $waitingCandidate }} {{ in_array($waitingCandidate, [1]) ? __('awaiting_approval') : __('did_not_approve_transfer_of_details') }}, {{ count($activeCandidate) }} {{ in_array(count($activeCandidate), [1]) ? __('active') : __('activists') }}

{{ __('participants_with_high_matches') }}

{{ $highMatchParticipantsCount }}

{{ __('submitted_reports') }}

{{ $thirdBoxCounter }}

@include('partials.candidate-cards')

טוען מועמדים...

@else {{-- ✅ BLANK / EMPTY STATE --}}
Search-User

{{ __('no_records_found_for_participants') }}

{!! __('no_records_found_for_participants_desc') !!}

@endif
@endsection @section('js') @endsection