@extends('public.layout.app') @section('title', 'Winners List') @section('content')
# | Won At | Participant Name | Prize Name | Prize Image |
---|---|---|---|---|
{{ $index + 1 }} | {{ $winner->created_at->format('d M Y') }} | {{ $winner->participant->name ?? 'N/A' }} | {{ $winner->prize->name ?? 'N/A' }} |
|
Stay tuned! Winners will be announced here shortly.
Stay tuned! Winners will be announced here shortly.