@extends('Mail.EmailFormat') @section('email')
Dear {{ Helper::GetJobSeekerFullNameByEmail($data['email']) }},

Your Job Application has been rejected by Employer and below is the Job Details which you have applied for:


Job: {{ $data['job_id'] }}
Job Title: {{ $data['job_title'] }}
Employer Name: {{ $data['em_first_name'] }} {{ $data['em_last_name'] }}
Company Name: {{ $data['company_name'] }}
Job Link: {{ Config('app.url') }}/en/jobs/details/{{ $data['job_id'] }}/{{ Str::slug($data['job_title']) }}

Don't be sad if employer rejected your Job Application while you can still apply to other jobs on our website.

We wish you best of luck :)


@endsection