@extends('layouts.app') @section('title', 'Detalles del Candidato') @section('content')
{{ $candidate->email }}
@if($candidate->phone){{ $candidate->phone }}
@endif{{ $candidate->full_name }}
{{ $candidate->email }}
{{ $candidate->phone ?? 'No especificado' }}
{{ $candidate->birth_date ? $candidate->birth_date->format('d/m/Y') : 'No especificada' }} @if($candidate->age) ({{ $candidate->age }} años) @endif
{{ ucfirst($candidate->gender ?? 'No especificado') }}
{{ $candidate->nationality ?? 'No especificada' }}
{{ ucfirst($candidate->marital_status ?? 'No especificado') }}
{{ $candidate->summary }}
{{ $candidate->address ?? 'No especificada' }}
{{ $candidate->city ?? 'No especificada' }}
{{ $candidate->state ?? 'No especificado' }}
{{ $candidate->country ?? 'No especificado' }}
@if($candidate->expected_salary) {{ number_format($candidate->expected_salary, 2) }} {{ $candidate->salary_currency }} @else No especificado @endif
{{ $availabilityLabels[$candidate->availability] ?? 'No especificada' }}
{{ $candidate->getTotalExperienceYears() }} años
@if($candidate->willing_to_relocate) Sí @else No @endif
{{ $experience->company_name }}
@if($experience->location){{ $experience->location }}
@endif{{ $experience->start_date->format('M Y') }} - {{ $experience->end_date ? $experience->end_date->format('M Y') : 'Presente' }}
{{ $experience->duration_in_years }} años
{{ $experience->formatted_salary }}
{{ $experience->description }}
@endif @if($experience->achievements){{ $experience->achievements }}
{{ $education->institution_name }}
@if($education->field_of_study){{ $education->field_of_study }}
@endif @if($education->location){{ $education->location }}
@endif{{ $education->start_date->format('M Y') }} - {{ $education->end_date ? $education->end_date->format('M Y') : 'Presente' }}
{{ $education->duration_in_years }} años
GPA: {{ $education->formatted_gpa }}
{{ $education->description }}
@endif{{ $interest->department }}
@endif @if($interest->notes){{ $interest->notes }}
@endif{{ $curriculum->file_name }} ({{ $curriculum->file_size_formatted }})
{{ $curriculum->created_at->format('d/m/Y H:i') }}
@if($curriculum->file_url) Descargar @endif{{ $candidate->notes }}
{{ $candidate->city }}, {{ $candidate->country }}