--}}
{{-- {{ $model }}--}}
{{--
['key' => 'WAITINGFORREVIEW', 'name' => 'WAITING FOR REVIEW' ],
['key' => 'DISQUALIFIED', 'name' => 'DISQUALIFIED' ],
['key' => 'FURTHERREVIEW', 'name' => 'NOT SHORTLISTED'],
['key' => 'SHORTLISTING', 'name' => 'FOR SHORT LISTING'],
['key' => 'SHORTLISTED', 'name' => 'SHORT LISTED' ],
['key' => 'ASSESSED', 'name' => 'ASSESSED' ],
['key' => 'ENDORSED', 'name' => 'ENDORSED' ],
['key' => 'WAITINGLIST', 'name' => 'WAITING LIST'],
['key' => 'HIRED', 'name' => 'HIRED'],
['key' => 'APPOINTED', 'name' => 'APPOINTED'],
['key' => 'UNSUCCESSFULAPPLICANT', 'name' => 'UNSUCCESSFUL APPLICANT']
--}}
Subject: Status of your Application with VSU
Dear
@if($model->recruitApplicant->applicant->sex == 'M')
Mr.
@elseif($model->recruitApplicant->applicant->sex == 'F')
Ms.
@else
Mr/Ms
@endif
{{ $model->recruitApplicant->applicant->fullname }}
Greetings!
This pertains to your query on the status of your application in the University. Thank you for investing your time to submit your application online.
It was great to find out about your achievements, skills and qualifications. We would like to give you an update to your application.
| Position Title: | {{ $model->recruitApplicant->recruitment->position->name }} |
| Department: | {{ $model->recruitApplicant->recruitment->department->fullname }} |
| Status: |
@if($model->recruitApplicant->applicant_status->status->key == 'WAITINGFORREVIEW')
Thank you for applying to the {{ $model->recruitApplicant->recruitment->position->name }} position at {{ $model->recruitApplicant->recruitment->department->fullname }}. You're receiving this email because you applied for {{ $model->recruitApplicant->recruitment->position->name }} position at {{ $model->recruitApplicant->recruitment->department->fullname }}, Visayas State University. @elseif($model->recruitApplicant->applicant_status->status->key == 'DISQUALIFIED') Your application received full consideration, but you are not shortlisted for further consideration. Unfortunately on this occasion your claim for the position was not as strong compared to other candidate/s. Hence, your application was unsuccessful this time. We inform unsuccessful applicants after a particular candidate is successfully hired. @elseif($model->recruitApplicant->applicant_status->status->key == 'FURTHERREVIEW') {{-- Not shortlisted --}} Your application received full consideration, but you are not shortlisted for further consideration. Unfortunately on this occasion your claim for the position was not as strong compared to other candidate/s. Hence, your application was unsuccessful this time. We inform unsuccessful applicants after a particular candidate is successfully hired. @elseif($model->recruitApplicant->applicant_status->status->key == 'SHORTLISTING') For further review and shortlisting of applicants. If you are selected to continue to the interview, the HR department will be in contact with you anytime soon. @elseif($model->recruitApplicant->applicant_status->status->key == 'SHORTLISTED') @elseif($model->recruitApplicant->applicant_status->status->key == 'ASSESSED') @elseif($model->recruitApplicant->applicant_status->status->key == 'ENDORSED') @elseif($model->recruitApplicant->applicant_status->status->key == 'WAITINGLIST') @elseif($model->recruitApplicant->applicant_status->status->key == 'HIRED') Congratulations! @elseif($model->recruitApplicant->applicant_status->status->key == 'APPOINTED') @elseif($model->recruitApplicant->applicant_status->status->key == 'UNSUCCESSFULAPPLICANT') Your application received full consideration, unfortunately on this occasion your claim for the position was not as strong compared to other candidate/s. Hence, your application was unsuccessful this time. We inform unsuccessful applicants after a particular candidate is successfully hired. @else @endif |