@extends('layouts.app') @section('titulo', 'Ganadores') @section('breadcrumb') Inicio › Ganadores @endsection @section('contenido') {{-- Header --}}
| Participante | Documento | Boleta | Segmento | Premio | Lugar | Estado | Fecha |
|---|---|---|---|---|---|---|---|
| {{ $g->participante?->nombre ?? '—' }} | {{ $g->participante?->documento ?? '—' }} |
{{ $g->participante?->boleta ?? '—' }}
|
{{ $g->participante?->segmento ?? '—' }} | {{ $g->sorteo?->premio?->emoji }} {{ $g->sorteo?->premio?->nombre ?? '—' }} | {{ $g->lugar }}° | @if($g->estado === 'ganador') ● Ganador @elseif($g->estado === 'al_agua') ◑ Al agua @else ✕ Anulado @endif | {{ $g->created_at->format('d/m H:i') }} |
| No hay ganadores con los filtros actuales. | |||||||