Faire un tirage
Nombre total d’acheteurs : 0
@if($nextDrawDate)Prochain tirage : {{ $nextDrawDate->format('d/m/Y') }}
@endif @if($nextPrize) @endif @if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if(!$canDraw && $nextDrawDate)
Le tirage sera disponible le
{{ $nextDrawDate->format('d/m/Y') }}. Vous avez jusqu'à 23:59 pour effectuer le tirage au sort.
@endif
Historique des gagnants
| ID | Date tirage | Gagnant | Lot | Supprimer | |
|---|---|---|---|---|---|
| #{{ $draw->id }} | {{ $draw->draw_date->format('d/m/Y') }} | {{ $draw->winner?->name ?? '-' }} | {{ $draw->winner?->email ?? '-' }} | {{ $draw->prize ?? '-' }} | |
| Aucun tirage effectué. | |||||
{{ $draws->links() }}