| {{$applicant->app_first_name}} {{$applicant->app_last_name}} |
|
{{$applicant->app_email}} |
{{$applicant->app_phone}} |
{{$applicant->app_skills}} |
{{$applicant->app_currency->currency}} {{$applicant->app_salary}} |
|
|
@endif
@endforeach
@foreach($currentJobsApplicants as $appl)
@if($appl->hh_candidate != null)
@php ($applicant = $appl->hh_candidate)