@include('emails.common.header')
@component('emails.common.p')
Hello {{ $candidate->first_name }},
@endcomponent
@component('emails.common.p')
Your profile has been approved as Super Senior – welcome to the Empower family.
@endcomponent
@component('emails.common.p')
As a Super Senior Profile you will enjoy various benefits that will allow you to navigate your job search in a confidential and informed manner.
@endcomponent
@component('emails.common.p')
As a Super Senior you will receive special notifications and features that will allow you direct access to Senior Members of the Empower team.
@endcomponent
@component('emails.common.p')
If at any point you would like to speak to a member of our team drop an email to {{config('mail.address.super_senior')}}
@endcomponent
@component('emails.common.secondary_footer')
noUrl
@endcomponent
@component('emails.common.p')
Team Empower {{ config('app.url')}} @endcomponent |