@extends('layouts.app') @section('title', $gameData['info']['title']) @section('content')
Precio más bajo histórico:
${{ number_format($gameData['cheapestPriceEver']['price'], 2) }}
Fecha: {{ date('d/m/Y', $gameData['cheapestPriceEver']['date']) }}
| Tienda | Precio | Ahorro | Acción |
|---|---|---|---|
| {{ $deal['storeName'] ?? 'Tienda' }} | ${{ number_format($deal['price'], 2) }} | -{{ round($deal['savings']) }}% | Ver oferta |
No hay ofertas disponibles actualmente.