@php
$id_user_candidate = auth()->user()->user_candidate_id;
$candidate = \App\Models\CandidatesDocumentation::where("candidate_id", $id_user_candidate)->where("type", 'profile_image')->first();
@endphp
@if(!is_null($candidate))
@endif
{{$cv_info->firstname." ".$cv_info->lastname." ".$cv_info->mother_lastname}}
{{ !is_null($cv_info->title) ? $cv_info->title : "" }}