{{-- pagination --}}
@foreach ($candidates as $candidate) @endforeach
  Name  
{{--
@if($employee->user && $employee->user->profile_photo_path) @else @endif
--}}
@if($candidate->user && $candidate->user->first_name) {{$candidate->user->first_name}} {{$candidate->user->last_name}} @endif
{{ $candidates->onEachSide(1)->links() }}