@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$candidate->first_name }},
@endcomponent
@component('emails.common.p')
Congratulations you have an offer on the table:
@endcomponent
@component('emails.common.p')
{{ $job->company->name }} would like to make you an offer for the following
position:
Title: {{ $job->title }}
Role Profile: Link
@endcomponent
@component('emails.common.p')
You can view & download the job offer by clicking the Link to Offer
Letter
@endcomponent
@component('emails.common.p')
If you are in acceptance of the offer, please print and sign the document and then upload the document in the
document centre: Link
@endcomponent
@component('emails.common.p')
If you have any questions, please address them directly to your talent Advisor.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')