@if($attempt->isWin())
πŸŽ‰

Congratulations!

You have won

{{ $attempt->prize->title }}

@if($attempt->prize->reward_value)

{{ $attempt->prize->reward_value }}

@endif

Screenshot this page for reference

@else
πŸ˜”

Better Luck Next Time!

You did not win this time

Don’t worry β€” try again tomorrow!
@endif
Campaign: {{ $campaign->name }}
@if($attempt->isWin()) @endif