{{ $candidate->full_name }}

{{ $candidate->current_title ?? 'Profissional' }}

@if($candidate->phone) {{ $candidate->phone }} | @endif @if($candidate->user->email) {{ $candidate->user->email }} | @endif @if($candidate->city && $candidate->province) {{ $candidate->city }}, {{ $candidate->province->name }} @endif

@if($candidate->bio)

Resumo Profissional

{{ $candidate->bio }}

@endif

Informações Pessoais

@if($candidate->date_of_birth)
Idade: {{ $candidate->date_of_birth->age }} anos
@endif @if($candidate->gender)
Género: {{ $candidate->gender }}
@endif @if($candidate->nationality)
Nacionalidade: {{ $candidate->nationality }}
@endif @if($candidate->experience_years)
Experiência: {{ $candidate->experience_years }} anos
@endif @if($candidate->education_level)
Educação: {{ $candidate->education_level }}
@endif
@if(count($candidateData['skills']) > 0)

Experiência Profissional

@foreach($candidateData['skills'] as $experience)

{{ $experience['name'] ?? 'Empresa não especificada' }}

{{ $experience['level'] ?? 'Cargo não especificado' }} | {{ $experience['years'] ?? 0 }} ano(s)

@if(!empty($experience['description']))

{{ $experience['description'] }}

@endif
@endforeach
@endif @if(count($candidateData['educations']) > 0)

Formação Académica

@foreach($candidateData['educations'] as $education)

{{ $education['degree'] ?? 'Grau não especificado' }}

{{ $education['institution'] ?? 'Instituição não especificada' }}

{{ \Carbon\Carbon::parse($education['start_date'])->format('m/Y') }} - @if($education['is_current'] ?? false) Cursando @else {{ $education['end_date'] ? \Carbon\Carbon::parse($education['end_date'])->format('m/Y') : 'N/A' }} @endif

@if($education['field'] ?? false)

{{ $education['field'] }}

@endif @if($education['description'] ?? false)

{{ $education['description'] }}

@endif
@endforeach
@endif @if(count($candidateData['languages']) > 0)

Idiomas

@foreach($candidateData['languages'] as $language)
{{ $language['name'] ?? 'Idioma' }}: Leitura ({{ $language['leitura'] }}), Escrita ({{ $language['escrita'] }}), Fala ({{ $language['fala'] }})
@endforeach
@endif

CV gerado em {{ now()->format('d/m/Y H:i') }} através do Sistema de Recrutamento