{{ __('Email') }}: {{ $candidate->email }}
{{ __('Phone') }}: {{ $candidate->phone }}
{{ __('Position') }}: {{ $candidate->position }}
{{ __('Status') }}: {{ ucfirst($candidate->status) }}
{{ __('Notes') }}: {{ $candidate->notes }}
@if ($candidate->cv)
@endif