@if($ganadores->isEmpty())
🎟️
Aún no hay ganadores
Los resultados aparecerán aquí en cuanto se realicen los sorteos.
@else
@foreach($ganadores as $g)
{{ $g->sorteo->premio->emoji ?? '🎁' }}
{{ $g->participante->nombre }}
Segmento: {{ $g->participante->segmento ?? '—' }}
Boleta: {{ $g->participante->boleta }}
{{ $g->sorteo->premio->nombre ?? 'Premio' }}
@endforeach
@endif