Applicants ({{count($all_users)}})
Filters
{{--
--}} {{--

Miles Of

--}}
@if($active_tab == 'arhived_applicants') @endif @foreach ($candidates as $user) @if($active_tab == 'arhived_applicants') @endif @endforeach
Name /Email Application Flag Date/Time Applied from Folders TagsArchived type Archived reason Archived byAction
{{$user->name}}{{$user->email}} {{$user->schooljob->title}}
@if($user->flag)
@endif
{{Carbon\Carbon::parse($user->created_at)->format('d M Y') }} {{$user->source}} @foreach ($user->folders as $folder) {{$folder->title}} @endforeach @foreach ($user->broadbean_tags as $tag) {{$tag->title}} @endforeach
{{$user->arhivedType->title}}
{{$user->archive_description}} {{$user->arhivedBy->full_name()}}
{{ $candidates->onEachSide(1)->links() }}
@push('modals') @livewire('dashboard.marketing-suite.popup.send-email') @livewire('dashboard.consultants-dashboard.candidates.modal.archive-candidate-modal') @livewire('dashboard.consultants-dashboard.candidates.broadbean-applications.modals.tags') @livewire('dashboard.consultants-dashboard.candidates.broadbean-applications.modals.send-applicants-email') @livewire('dashboard.consultants-dashboard.candidates.broadbean-applications.modals.forwared-many-applications-to-consultants') @endpush