ip
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user