|
|
|
|
|
|
|
--}}
@include('emails.includes.emailHeader')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hi
,
Thank you for being a part of Vacancies.ae, UAE's
leading jobs site.
@if ($data['application_status'] == 2)
@include('emails.users.jobSeeker.shortlisted')
@elseif($data['application_status'] == 4)
@include('emails.users.jobSeeker.interview')
@elseif($data['application_status'] == 5)
@include('emails.users.jobSeeker.offered')
@elseif($data['application_status'] == 6)
@include('emails.users.jobSeeker.hired')
@endif
What does this mean? This means that the employer
has decided to hire you for the above job.
What's required from your side? You don't have to do
anything right now. The employer should contact you
directly with more details.
|
|
|
|
|
|
|
|
@include('emails.includes.emailFooter')
{{--
|
|
|
|
|
|
|
|
Regards,
The Vacancies.ae Team
|
|
|
|