@if(!$expiredLink)
@if($candidates->count())
@foreach($candidates as $candidate)
@if($candidate->cv_feedback && $candidate->cv_feedback->apply_by == 'cv_template'
&& $candidate->profiles && $candidate->profiles->cv_template_token)
View CV
@elseif(count($candidate->uploads) > 0)
View CV
@endif
@endforeach
@else
@if($client_feedback)
Thank you for submitting your feedback, it has been sent to your Talent Advisor.
@else
Sorry, CV Feedback has already been given by your Talent Advisor on your behalf! Please contact
him/her for further assistance.
@endif
@endif
@else
This is an invalid feedback link! Kindly contact your Talent Advisor at Empower for further assistance.
@endif