update recarga

This commit is contained in:
Lizandro Guarnizo
2024-03-09 18:59:24 -05:00
parent be8a4cdf73
commit 5f0c77dffa
2 changed files with 2 additions and 2 deletions
@@ -589,7 +589,7 @@
<div class="flex text-sm justify-center">Tu valor total seria: $<p>
@php
$valor_recargar = 0;
$valor_recargar = str_replace([',', '.'], '', $valor_recargar);
@endphp
{{ number_format($saldo_actual + $valor_recargar) }}