ip
This commit is contained in:
@@ -165,9 +165,9 @@ class TintoreriaResource 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