La compra #{{ $purchase->id }} fue confirmada correctamente.
| {{ $item->item_nombre }} | × {{ $item->cantidad }} | ${{ number_format((float) $item->total, 2, ',', '.') }} |
Total pagado: ${{ number_format((float) $purchase->total, 2, ',', '.') }}
@if ($tickets->isNotEmpty())Tus tickets ya están disponibles
@endif