@include('emails.common.header') @component('emails.common.table')
@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 |