@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.nested_table_header')
@slot('first_name')
{{$candidate->first_name }}
@endslot
@slot('message')
This email is to inform you that the {{ $job->title }} role has been closed.
@endslot
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Please find particular feedback with regards to your application:
@component('emails.common.ul')
@foreach($reasons as $reason)
{!! $reason['reason'] !!}
@endforeach
@endcomponent
@endcomponent
@component('emails.common.p')
We appreciate the importance of providing verbal feedback to every candidate; however, due to the
number of candidates we are in contact with it is not always possible to provide every candidate
with a phone call. In light of this, your recruiter’s contact details are below, please feel free
to give them a call during working hours for further feedback.
@endcomponent
@component('emails.common.p')
We will be in touch when future opportunities arise.
@endcomponent
@component('emails.common.p')
Your Talent Advisor is:
{{ $job->recruiter->present()->name }}
{{ $job->recruiter->roles[0]->display_name }}
{{ $job->recruiter->email }}
{{ $job->recruiter->mobile }}
@if($job->recruiter->profiles && $job->recruiter->profiles->linkedin_profile)
{{ $job->recruiter->profiles->linkedin_profile }} - Let's connect
@endif
@endcomponent
@component('emails.common.p')
Team Empower
9th Floor, Tanzanite Park
Dar es Salaam
Tanzania
For More Information:
Front Office
info@empower.co.tz
+255 758 778 886
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')