@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') Empower would like to confirm your screening interview. @endcomponent @endcomponent @if($screening->type == 'Face To Face') @endif @if($screening->type == 'Skype') @endif @if($screening->type == 'Telephone') @endif
@component('emails.common.p') Screening Type: @endcomponent @component('emails.common.p') {{ ($screening->type == 'Skype') ? 'Virtual' : $screening->type }} @endcomponent
@component('emails.common.p') Date: @endcomponent @component('emails.common.p') {{ date('d F Y', strtotime($screening->date)) }} @endcomponent
@component('emails.common.p') Time: @endcomponent @component('emails.common.p') {{ date('H:i', strtotime($screening->time)) }} @endcomponent
@component('emails.common.p') Venue: @endcomponent @component('emails.common.p') {{ $screening->location }} View Map: (Link to Map) @endcomponent
@component('emails.common.p') Virtual Address: @endcomponent @component('emails.common.p') {{ $screening->skype }} @endcomponent
@component('emails.common.p') Telephone: @endcomponent @component('emails.common.p') {{ $screening->telephone }} @endcomponent
@component('emails.common.p') Interviewer: @endcomponent @component('emails.common.p') {{ $talentAdvisor->present()->name }} @endcomponent
@component('emails.common.p') Notes: @endcomponent @component('emails.common.p') {{ $screening->notes }} @endcomponent
@component('emails.common.td') @component('emails.common.p') A screening interview is an opportunity to meet a member of the Empower team who will get to know you better and provide you the opportunity to ask them questions. @endcomponent @component('emails.common.p') Empower will not forward your CV to any hiring organisation unless you have completed the screening interview, so please make sure you attend. @endcomponent @component('emails.common.secondary_footer') @endcomponent @endcomponent @endcomponent @include('emails.common.footer')