@if ($showBubble)
@php
$rewardDescription = match ($swymReward['type'] ?? null) {
'free_item' => 'A free reward item is waiting for you.',
'discounted_item' => 'A special discounted item is waiting for you.',
'percentage_discount' => 'A percentage discount is ready for your next order.',
'static_discount' => 'A discount is ready for your next order.',
default => 'Your selfie reward is ready to use.',
};
@endphp
You've earned a reward
Thanks for sharing a selfie with your meal.
We reviewed your post and approved your reward. Add the reward item or continue to checkout and the available reward will be applied when it fits your order.