@if(count($workHistories) != 0)
@if(!empty($workHistories))
@endif
@endif
@if(!empty($resumes) || !empty($resumes->resume_html))
Having trouble viewing resume?
Click here to open it in a new window.
@if($resumes)
{!! $resumes->resume_html !!}
@endif
@endif
@include('private.people.jobApplicationListing')
@if(!empty($record->email))
@if (count($errors) > 0 && $msgtab == 1)
Errors Detected!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endif
@if(count($vendors) > 0)
@endif
@include('private.tasks.addForm')
@include('private.attachments.addForm')
@if(Auth::user()->roles[0]->pivot->role_id == 1)
@endif
@if(Auth::user()->user_type != "Candidate" && Auth::user()->user_type != "")
@include('private.people.candidateForm', ['people' => $tenantPeople, 'person' => $record])
@endif
@if($candidateExist != 0)
@include('private.application.evaluationView')
@endif