@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $screening->recruitBy->first_name }},
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
The below appointment is happening shortly.
@endcomponent
@component('emails.common.p')
Meeting Title: Screening
@if(isset($screening->screening_summary))
Appointment Notes: {!! $screening->screening_summary !!}
@endif
Candidate: {{ $screening->Candidate->first_name }} {{ $screening->candidate->last_name }}
Time: {{ $screening->time }}
Type: {{ ($screening->type == 'Skype') ? 'Virtual' : $screening->type }}
@if($screening->type == 'Face To Face')
Location: {{ $screening->location }}
@endif
@if($screening->type == 'Skype')
Virtual Address: {{ $screening->skype }}
@endif
@if($screening->type == 'Telephone')
Telephone: {{ $screening->telephone }}
@endif
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Ensure you are always on time for your appointments – use the following tips as a guide
@endcomponent
@component('emails.common.ul')
Ensure to take enough business cards to external appointments
Be prepared; if you attend you must contribute to the meeting
Take notes during the meeting
Make sure to write a summary email as soon as you return to the office
It is courtesy to reconfirm the meeting with your key contact around 1 hour before the meeting
If you are late you must inform the client of your delay
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.p')
Come back with a way forward and clear action points.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
noQuote
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')