@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