{{ $wishlist->game->title }}
Precio Actual
@if(isset($wishlist->current_price))
${{ number_format($wishlist->current_price, 2) }}
@if(isset($wishlist->current_savings) && $wishlist->current_savings > 0)
-{{ round($wishlist->current_savings) }}%
@endif
@else
No disponible
@endif
Mínimo Histórico
${{ number_format($wishlist->game->cheapest_price, 2) }}
Tu Objetivo
${{ number_format($wishlist->target_price ?? 0, 2) }}
¡Precio alcanzado! Está al precio que buscabas.
@endif