@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $user->job->recruiter->first_name }},
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
The below interview is happening in 2 hours time.
@endcomponent
@component('emails.common.ul')
Candidate: {{ $user->user->first_name }} {{ $user->user->last_name }}
Company: {{ $user->job->company->name }}
Role: {{ $user->job->title }}
Interview Time: {{ $user->interview_time_formatted }}
Interview Type: {{ ($user->type == 'Skype') ? 'Virtual' : $user->type }}
Phone No.: {{ $user->user->mobile }}
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Ensure to give your candidate a call to do the following:
@endcomponent
@component('emails.common.ul')
Check they are on time
Provide them a final briefing
Give them a ‘Pep-Talk’
Inform them to give you a call once done
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Try and give your candidate the best possible chance of a successful interview
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
noQuote
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')