@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$candidate->first_name }},
@endcomponent
@component('emails.common.p')
{{ $job->company->name }}
have invited you for an interview for the role of {{ $job->title}}
@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
@if($interview->notes_for_candidate)
@component('emails.common.p')
Additional Note:
{{ $interview->notes_for_candidate }}
@endcomponent
@endif
@component('emails.common.p')
Always keep in close contact with your Talent Advisor throughout the interviewing process.
@endcomponent
@component('emails.common.p')
Tips:
@component('emails.common.ul')
Research the position and organisation you will be interviewing for
Arrive at the venue at least 15 minutes before your interview time
Ensure you are dressed professionally for the interview
Prepare questions to ask the interviewer
Request for a coaching session from the talent team for further preparation
@endcomponent
@endcomponent
@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
@slot('contactemail')
{{ $job->franchise->contactusers->email }}
@endslot
@slot('contactmobile')
{{ $job->franchise->contactusers->mobile }}
@endslot
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')