@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$job->Contact->first_name }},
@endcomponent
@component('emails.common.p')
The recruitment process is now underway the {{$job->title}} vacancy is live on our website.
@endcomponent
@component('emails.common.p')
To view the advertised Job Description please click on the following link: Link to Job Description
@endcomponent
@component('emails.common.p')
Your designated Talent Advisor is there to provide support throughout the recruitment process and ensure you are served with speed & precision.
@endcomponent
@component('emails.common.td')
@component('emails.common.telent-advices-footer')
@slot('name')
{{ $job->recruiter->present()->name }}
@endslot
@slot('email')
{{ $job->recruiter->email }}
@endslot
@slot('mobile')
{{ $job->recruiter->mobile }}
@endslot
@slot('url')
@if($job->recruiter->profiles && $job->recruiter->profiles->linkedin_profile)
{{ $job->recruiter->profiles->linkedin_profile }} - Let's connect
@endif
@endslot
@endcomponent
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')