@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$user->first_name }},
@endcomponent
@component('emails.common.p')
You have successfully applied for the {{ $job->title }} role.
@endcomponent
@component('emails.common.p')
Your Empower profile and CV will be reviewed by our Talent team.
@endcomponent
@component('emails.common.p')
Keep checking the ‘Application Tracker’ feature on the jobs page for updates on your application.
@endcomponent
@component('emails.common.p')
Tip:
Use our "Recommended Jobs" feature to view roles that match your experience. Our recommended jobs page uses an algorithm based on the information input on your profile. The more information you input the more accurate it is.
@endcomponent
@component('emails.common.p')
Bonus: It notifies you whenever a position is posted that matches your profile information
@endcomponent
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')