@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Dear {{$referee->name }},
@endcomponent
@component('emails.common.p')
Greetings from Empower.
@endcomponent
@component('emails.common.p')
Empower is a dynamic Human Capital Consultancy firm and we are currently conducting a Reference Check on
{{ $candidate->first_name }} {{ $candidate->last_name }}
@endcomponent
@component('emails.common.p')
As you have been mentioned as one of the referees, we are requesting 5 minutes of your time to fill in the Reference
Checking Form.
@endcomponent
@component('emails.common.p')
Our reference checking form is completely digital and can be accessed using the following link: Link
@endcomponent
@component('emails.common.p')
If you are having any trouble with the digital form or would like any assistance, please reply to this email and let
us know how we can assist.
@endcomponent
@component('emails.common.p')
Thank you for your contribution.
@endcomponent
@component('emails.common.p')
Kind regards,
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')