{{ $competition->winnerUser->name ?? '' }}

{{--

{{ $competition->winnerUser->name ?? '' }}

--}} View Winning Drawing

All Participants

@foreach($participants as $participant) @endforeach
Participant Name View Drawing
{{ $participant->name ?? 'N/A' }}