Candidates

@if($searched_users) @foreach ($searched_users as $user)
@if($user->profile_photo_path) profile_photo_path)}}"> @else @endif @if (array_search($user->id, $users_present) !== false) @else @endif
{{$user->first_name}} {{$user->last_name}} {{-- time --}}
{{--
I’ve updated my passport dates...
--}}
@endforeach @else @foreach ($candidates as $candidate)
{{$candidate->first_name}} {{$candidate->last_name}}
@endforeach @endif {{ $candidates->onEachSide(2)->links() }}
@if($new_candidate) @livewire('dashboard.admin.candidate.new-candidate-view', ['candidate' => $new_candidate], key($new_candidate->id)) @endif