@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
@endif