{{-- Sprint V: Reporte imprimible de evento --}}
| # | Nombre | Documento | Boleta | Zona | Lugar |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $g->participante?->nombre ?? '—' }} | {{ $g->participante?->documento ?? '—' }} | {{ $g->participante?->boleta ?? '—' }} | {{ $g->participante?->zona ?? '—' }} | {{ $g->lugar }}° |