@if($candidateExist == 0 && $record->resume_id != "" && Auth::user()->user_type != "Candidate" && Auth::user()->user_type != "")
Add to "Candidates"
@endif
@if(!empty($record->personProfile))
@php $tenantId = $record->personProfile->id; @endphp
Associate Job
@if($record->personProfile->bench_candidate == 0)
Add to "Bench"@endif
@endif
@if(Auth::user()->user_type != "Candidate" && Auth::user()->user_type != "")
Download Resume
@endif