@include('client.common.header',['title' => 'CV Feedback'])
@if(!$expiredLink) @if($candidates->count()) @foreach($candidates as $candidate)
User

{{ $candidate->present()->name }}

@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
@csrf

Would you like to interview {{ $candidate->present()->name }}?

date_range
access_time

Please note that this will prompt a request to your Recruitment Consultant

@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
@include('client.common.footer') @if(!$expiredLink) @endif