{{-- Section title --}}

{{ __('apply_jobs_in_my_fields_table_title') }}

@if (count($myjobApplications) > 0) @foreach ($myjobApplications as $myjobArray) @endforeach @else @endif
{{ __('job_title') }} {{ __('company') }} {{ __('degree_of_suitability') }} {{ __('process_status') }}
{{ $myjobArray->title }} בוצעה הגשה לפני יותר מ- 14 יום ללא שינוי {{ $myjobArray->company_name }} @if (isset($myjobArray->score)) @if ($myjobArray->score >= 8) {{ $myjobArray->score * 10 . '%' }} {{ __('score_text_high_match') }} @if ($myjobArray->explaination) {{ $myjobArray->explaination . ' ' . __('high_level_default_explanation') }} @else {{ __('high_level_explanation') }} @endif @elseif($myjobArray->score >= 5) {{ $myjobArray->score * 10 . '%' }} {{ __('score_text_medium') }} @if ($myjobArray->explaination) {{ $myjobArray->explaination }} @endif @elseif($myjobArray->score >= 1) {{ $myjobArray->score * 10 . '%' }} {{ __('score_text_low') }} @if ($myjobArray->explaination) {{ $myjobArray->explaination }} @endif @elseif($myjobArray->score === 0) {{ $myjobArray->score * 10 . '%' }} {{ __('score_text_low_zero') }} @if ($myjobArray->explaination) {{ $myjobArray->explaination }} @endif @endif @endif
  • הוגשה מועמדות
  • Option 1
  • Option 2
  • Option 3

{{ __('how_to_submit') }} @if ($myjobArray->source == 'External') {{ __('external_job_board_lable') }} @else {{ __('direct_job_board_lable') }} @endif

{{ __('job_status') }} @if ($myjobArray->is_open == 1) {{ __('job_status_open') }} @else {{ __('job_status_close') }} @endif

{{ __('job_location') }} {{ $myjobArray->cityName ?? 'N/A' }}

{{ __('submission_date') }} {{ date('d/m/Y', strtotime($myjobArray->created_at)) }}

{{ __('myjobs_no_result') }}

{{ __('applying_new_directions_table_title') }}

@if (count($careerChangeApplications) > 0) @foreach ($careerChangeApplications as $careerChangeArray) @endforeach @else @endif
{{ __('job_title') }} {{ __('company') }} {{ __('degree_of_suitability') }} {{ __('process_status') }}
{{ $careerChangeArray->title }} בוצעה הגשה לפני יותר מ- 14 יום ללא שינוי {{ $careerChangeArray->company_name }} @if (isset($careerChangeArray->score)) @if ($careerChangeArray->score >= 8) {{ $careerChangeArray->score * 10 . '%' }} {{ __('score_text_high_match') }} @if ($careerChangeArray->explaination) {{ $careerChangeArray->explaination . ' ' . __('high_level_default_explanation') }} @else {{ __('high_level_explanation') }} @endif @elseif($careerChangeArray->score >= 5) {{ $careerChangeArray->score * 10 . '%' }} {{ __('score_text_medium') }} @if ($careerChangeArray->explaination) {{ $careerChangeArray->explaination }} @endif @elseif($careerChangeArray->score >= 1) {{ $careerChangeArray->score * 10 . '%' }} {{ __('score_text_low') }} @if ($careerChangeArray->explaination) {{ $careerChangeArray->explaination }} @endif @elseif($careerChangeArray->score === 0) {{ $careerChangeArray->score * 10 . '%' }} {{ __('score_text_low_zero') }} @if ($careerChangeArray->explaination) {{ $careerChangeArray->explaination }} @endif @endif @endif
  • הוגשה מועמדות
  • Option 1
  • Option 2
  • Option 3

{{ __('how_to_submit') }} @if ($careerChangeArray->source == 'External') {{ __('external_job_board_lable') }} @else {{ __('direct_job_board_lable') }} @endif

{{ __('job_status') }} @if ($careerChangeArray->is_open == 1) {{ __('job_status_open') }} @else {{ __('job_status_close') }} @endif

{{ __('job_location') }} {{ $careerChangeArray->cityName ?? 'N/A' }}

{{ __('submission_date') }} {{ date('d/m/Y', strtotime($careerChangeArray->created_at)) }}

{{ __('myjobs_no_result') }}

{{ __('jobs_saved_to_favorites_table_title') }}

{{ __('job_title') }} {{ __('company') }} {{ __('degree_of_suitability') }} מיקום תאריך שמירה סטטוס משרה
מנהל שיווק דיגיטלי חברת היי-טק גלובלית בינונית תל אביב-יפו 15/01/26 פתוחה
מנהל שיווק דיגיטלי חברת היי-טק גלובלית גבוהה מודיעין מכבים רעות 13/01/26 פתוחה
מנהל שיווק דיגיטלי חברת פרסום ושיווק בע״מ גבוהה נתניה 12/01/26 סגורה

{{ __('going_to_training_table_title') }}

{{ __('name_of_training') }} מוסד לימודים מיקום רלוונטיות פרטים נוספים {{ __('process_status') }}
מנהל שיווק דיגיטלי המכללה למנהל תל אביב-יפו 9/10 סבסוד
  • התחיל הכשרה
  • Option 1
  • Option 2
  • Option 3
מנהל שיווק דיגיטלי ג’ון ברייס מודיעין מכבים רעות 9/10 סבסוד
  • נמצא בתהליך קבלה
  • Option 1
  • Option 2
  • Option 3
מנהל שיווק דיגיטלי האוניברסיטה הפתוחה נתניה 9/10 השמה
  • נמצא בתהליך קבלה
  • Option 1
  • Option 2
  • Option 3
job-application-streamline-brooklyn

{{ __('no_resumes_have_been_submitted') }}

@include('partials.modals.match-job-ai-modal')