This commit is contained in:
Lizandro Guarnizo
2026-01-29 21:55:00 -05:00
parent 7bffd8a569
commit 177e6b4e3a
7 changed files with 20 additions and 16 deletions
@@ -148,9 +148,9 @@ class ConfeccionResource extends Resource
⚠️ Pendientes: {$faltantes}
━━━ PAGO ━━━
💵 Valor total: $" . number_format($valorTotal, 2) . "
💸 Descuento cobros: $" . number_format($cobrosValor, 2) . "
A pagar: $" . number_format($valorAPagar, 2);
💵 Valor total: $" . number_format($valorTotal, 0) . "
💸 Descuento cobros: $" . number_format($cobrosValor, 0) . "
A pagar: $" . number_format($valorAPagar, 0);
}),
Forms\Components\Placeholder::make('instrucciones')