| Fecha y Hora | Producto afectado | Variación (USD) | Motivo / Autor |
|---|---|---|---|
|
{{ \Carbon\Carbon::parse($hist->creado_at)->format('d M, Y') }} {{ \Carbon\Carbon::parse($hist->creado_at)->format('h:i A') }} |
{{ $hist->producto->nombre ?? 'Producto Eliminado' }} SKU: {{ $hist->producto->sku ?? 'N/A' }} |
${{ number_format($hist->precio_anterior_usd, 2) }}
@if($hist->precio_nuevo_usd > $hist->precio_anterior_usd)
trending_up
${{ number_format($hist->precio_nuevo_usd, 2) }}
@else
trending_down
${{ number_format($hist->precio_nuevo_usd, 2) }}
@endif
|
"{{ $hist->motivo_cambio }}" shield_person {{ $hist->editor->nombre ?? 'Sistema' }} |
|
history
No hay cambios de precio registrados. |
|||