@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')
You recently conducted an interview with {{ $job->company->name }} for the {{ $job->title }} role.
@endcomponent
@component('emails.common.p')
Feedback on your interview has been provided by the hiring party.
@endcomponent
@component('emails.common.p')
Please click on the following link to view your feedback:
Link to Application Tracker
@endcomponent
@component('emails.common.p')
You can contact your Talent Advisor directly for further feedback.
@endcomponent
@component('emails.common.telent-advices-footer')
@slot('name')
{{ $job->recruiter->present()->name }}
@endslot
@slot('email')
{{ $job->recruiter->email }}
@endslot
@slot('mobile')
{{ $job->recruiter->mobile }}
@endslot
@slot('url')
@if($job->recruiter->profiles && $job->recruiter->profiles->linkedin_profile)
{{ $job->recruiter->profiles->linkedin_profile }} - Let's connect
@endif
@endslot
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')