Website Applicants

Candidates found {{count($all_candidates)}}

@foreach ($candidates as $candidate)
{{$candidate->first_name}} {{$candidate->last_name}}
@if($candidate->consultant) Consultant: {{$candidate->consultant->first_name}} {{$candidate->consultant->last_name}} @endif
@if($candidate->email_sent) @endif @if($candidate->removed) @endif
@endforeach
{{ $candidates->onEachSide(2)->links() }}
@if($new_candidate) @livewire('dashboard.consultants-dashboard.candidates.new-candidates.view-candidate', ['candidate' => $new_candidate], key(rand())) @livewire('dashboard.consultants-dashboard.candidates.new-candidates.view-actions', ['candidate' => $new_candidate], key(rand())) @endif
@push('modals') @livewire('dashboard.consultants-dashboard.candidates.new-candidates.partials.select-consultant-modal') @livewire('dashboard.consultants-dashboard.candidates.modal.archive-candidate-modal') @livewire('dashboard.mail.send-email-one-person') @livewire('dashboard.consultants-dashboard.modal.filter-candidates', key(rand())) @endpush