@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
{{ $candidate->bio }}
{{ $experience['level'] ?? 'Cargo não especificado' }} | {{ $experience['years'] ?? 0 }} ano(s)
@if(!empty($experience['description'])){{ $experience['description'] }}
@endif{{ $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'] }}
@endifCV gerado em {{ now()->format('d/m/Y H:i') }} através do Sistema de Recrutamento