@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')
Good news!
@endcomponent
@component('emails.common.p')
A new role has been posted that matches your profile; click on the link below:
@endcomponent
Link to Job Profile
@component('emails.common.p')
This role has been shared with you based on the information you have input on your profile; the more information you input on your profile the more accurate our job recommendations will be.
@endcomponent
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')