@extends('profile_candidates.layout.master') @section("title", "Nearshore Virtual Assistance - Hire a VA today!") @section("meta-title", "Nearshore Virtual Assistance - Hire a VA today!") @section("description", "We are a Nearshore Virtual Assistance company helping entrepreneurs run their businesses in a more efficient way by hiring a high performing VA in the LATAM region and scale their business.") @section("keywords", "Hire a virtual assistant, Virtual assistant, Virtual assistant Mexico, Virtual assistant latam, Virtual assistant agency, Virtual assistant websites") @section("image", asset('images/backgrounds/Clock_background.png') ) @section('content') @include('profile_candidates.layout.header')

{!!$candidate->nickname!!}

@isset($candidate->image) {!!$candidate->nickname!!} @else {!!$candidate->nickname!!} @endisset

ABOUT ME

{!!$candidate->description!!}

@isset($candidate->image) {!!$candidate->nickname!!} @else {!!$candidate->nickname!!} @endisset

{!!$candidate->nickname!!}

ABOUT ME

{!!$candidate->description!!}

Cápita Works Assessment

{!!$candidate->assesment!!}

{!!$candidate->assesment!!}

@if(!$candidate->hide_level_english) @php $levels_english = [ [ "id" => "A1", "description" => "A1 (Basic)" ], [ "id" => "A2", "description" => "A2 (Upper-Basic)" ], [ "id" => "B1", "description" => "B1 (Intermediate)" ], [ "id" => "B2", "description" => "B2 (Upper-intermediate)" ], [ "id" => "C1", "description" => "C1 (Advanced)" ], [ "id" => "C2", "description" => "C2 (Proficient)" ] ]; $level_vocabulary = collect($levels_english)->filter(function($item) use($candidate){ return $item["id"] == $candidate->vocabulary; })->first(); $level_pronunciation = collect($levels_english)->filter(function($item) use($candidate){ return $item["id"] == $candidate->pronunciation; })->first(); $level_fluency = collect($levels_english)->filter(function($item) use($candidate){ return $item["id"] == $candidate->fluency; })->first(); $level_grammar = collect($levels_english)->filter(function($item) use($candidate){ return $item["id"] == $candidate->grammar; })->first(); @endphp

English Level

@isset($candidate->vocabulary)

Vocabulary - {!!$level_vocabulary["description"]!!}

@endisset @isset($candidate->pronunciation)

Pronunciation - {!!$level_pronunciation["description"]!!}

@endisset @isset($candidate->fluency)

Fluency - {!!$level_fluency["description"]!!}

@endisset @isset($candidate->grammar)

Grammar - {!!$level_grammar["description"]!!}

@endisset
@endif

Other Information

{!!$candidate->extras!!}

Attachments

@foreach($attachments as $attachment) @php $filename = explode('/',$attachment->attachment); $filename= $filename[count($filename) - 1]; @endphp {!!$filename!!}

@endforeach
@isset($candidate->professional_resume)
Professional Resume
PROFESSIONAL RESUME
@php $academic_resume = Str::swap([ 'Institution Name:' => 'Institution Name:', 'Field of study:' => 'Field of study:', ], $candidate->academic_resume); $professional_resume = Str::swap([ 'Company name:' => 'Company name:', 'Position:' => 'Position:', 'Duration:' => 'Duration:', 'Description:' => 'Description:', ], $candidate->professional_resume); @endphp

{!! nl2br($professional_resume)!!}

{!! nl2br($professional_resume)!!}

@endisset @isset($candidate->academic_resume)
Academic Resume
ACADEMIC RESUME

{!! nl2br($academic_resume )!!}

{!! nl2br($academic_resume )!!}

@endisset
@if ($candidate->IsSkillVisible) @isset($personality_profile)

SOFT SKILLS RADAR
{!!$candidate->nickname!!}

Personality Profile
@if ($personality_profile->apego_a_normas > 0)
@php $desc_compliance_rules = "Ability to comprehend and practice the organization's different policies, concepts, norms, and processes to behave ethically and professionally."; @endphp

@endif @if ($personality_profile->trabajo_en_equipo > 0)

@endif @if ($personality_profile->trabajo_bajo_presion > 0)

@endif @if ($personality_profile->liderazgo > 0)

@endif @if ($personality_profile->manejo_de_conflictos > 0)
@php $desc_conclict_management = "Ability to respond to, recognize, and resolve disputes rationally and strategically to establish common agreements for both parties' benefit and the business."; @endphp

@endif @if ($personality_profile->compromiso > 0)
@php $desc_commitment = "Willingness to participate and share the organization's beliefs and objectives, resulting in stronger motivation to satisfy expectations and standards."; @endphp

@endif @if ($personality_profile->actitud_de_servicio > 0)

@endif
@if ($personality_profile->enfoque_a_resultados > 0)

@endif @if ($personality_profile->solucion_de_problemas > 0)
@php $desc_problem_solving = "Ability to gather pertinent knowledge, recognize problems' crucial components, their ramifications, and the specifics necessary to decide on the best course of action for resolving them."; @endphp

@endif @if ($personality_profile->adaptabilidad > 0)

@endif @if ($personality_profile->toma_de_decisiones > 0)

@endif @if ($personality_profile->control_de_procesos > 0)

@endif @if ($personality_profile->organizacion > 0)

@endif @if ($personality_profile->iniciativa > 0)

@endif
@if ($personality_profile->sociabilidad > 0)

@endif @if ($personality_profile->capacidad_de_aprendizaje > 0)

@endif @if ($personality_profile->inteligencia_emocional > 0)

@endif @if ($personality_profile->responsabilidad > 0)
@php $desc_responsability = "Ability to assume a high sense of duty that ensures compliance with the organization's actions and commitments while adhering to the required standards."; @endphp

@endif @if ($personality_profile->creatividad > 0)

@endif @if ($personality_profile->planeacion > 0)

@endif

The soft skill's radar is a synthesis of the data acquired through the application of numerous psychometric evaluations to the candidate; in this way, the level of development of the candidate's soft skills may be measured and estimated. The star rating system, which spans from 1 to 5, can be interpreted as follows: 1 (weakness), 2 (potential for improvement), 3 (average), 4 (above average), 5 (outstanding).

@endisset @endif @php $videos = $videos->where('visible',1); @endphp @isset($videos) @if($videos->isNotEmpty()) @endif @endisset @isset($candidate->scheme) @if(!$candidate->hide_pay)
{{$candidate->frequency}} Cost

$ {{$candidate->cost}} {{$candidate->currency}}

@php $pay_structures = App\Classes\PayStructure::getData(); $pay_structure = collect($pay_structures)->filter(function($item) use($candidate){ return $item["id"] == $candidate->scheme; })->first(); @endphp @isset($pay_structure)
Pay Structure

{!!$pay_structure["name"]!!}

@endisset
@endif @endisset @isset($collage) @if($collage->isNotEmpty())

Hobbies and interests

Hobbies and interests

@foreach($collage as $image)
@endforeach
@endif @endisset
@if($candidate->status == '3') Candidate accepted at {{$candidate->updated_at->format('Y-m-d')}}
Got it. Our recruitment team will contact you and {!!$candidate->nickname!!} to coordinate a final interview. @elseif($candidate->status == '4') Candidate rejected at {{$candidate->updated_at->format('Y-m-d')}}
We understand. We'll keep sending you more candidates soon. @else

WANT TO INTERVIEW {!!$candidate->nickname!!} ?

WANT TO INTERVIEW
{!!$candidate->nickname!!} ?

@csrf
@csrf
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush