@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $interview->user->first_name }},
@endcomponent
@component('emails.common.p')
This email is to serve as a reminder for your interview today.
@endcomponent
@component('emails.common.p')
Interview Type: {{ ($interview->type == 'Skype') ? 'Virtual' : $interview->type }}
Date: {{ $interview->interview_date_long }}
Time: {{ $interview->time }}
@if($interview->type == 'Face To Face')
Venue: {{ $interview->location }}
@elseif($interview->type == 'Skype')
Virtual Address: {{ $interview->skype }}
@elseif($interview->type == 'Telephone')
Telephone: {{ $interview->telephone }}
@endif
Role Profile : Link
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Tips:
@endcomponent
@component('emails.common.ul')
If you realize that you will be late to arrive at the interview; inform your Talent Advisor immediately
Drop your Talent Advisor a message when you arrive at the venue and when you are finished give us a call to let us know how you did
Remember to engage with the interviewer and develop a relationship during the interview
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
The Empower team wishes you all the best with today’s interview.
@endcomponent
@component('emails.common.p')
Please keep in contact with your Talent Advisor before, during & after the interview
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
noUrl
@endcomponent
@component('emails.common.p')
Your Talent Advisor is:
{{ $interview->job->recruiter->present()->name }}
{{ $interview->job->recruiter->email }}
{{ $interview->job->recruiter->mobile }}
@if($interview->job->recruiter->profiles && $interview->job->recruiter->profiles->linkedin_profile)
{{ $interview->job->recruiter->profiles->linkedin_profile }} - Let's connect
@endif
@endcomponent
@component('emails.common.p')
Additional Contact:
talent@empower.co.tz
+255 758 778 886
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')