Seudónimo
{{ $postulante->seudonimo }}
Nombre y Apellido
{{ $postulante->nombres }} {{ $postulante->apellidos }}
DNI / Documento
{{ $postulante->dni ?? 'No informado' }}
Estado de Participación
@if($postulante->categoria)
CONCURSO: {{ strtoupper($postulante->categoria) }}
@endif
@if($postulante->participa_historica)
PARTICIPA EN HISTÓRICAS
@endif
@if($postulante->archivo_pdf_path)
@endif