diff --git a/resources/views/livewire/show-usuarios.blade.php b/resources/views/livewire/show-usuarios.blade.php
index 0c4ccd8..c4f2d12 100755
--- a/resources/views/livewire/show-usuarios.blade.php
+++ b/resources/views/livewire/show-usuarios.blade.php
@@ -83,7 +83,10 @@
{{$usuario->email ?? '' }} |
{{$usuario->rol->nombre ?? '' }} |
{{$usuario->historiales_venta_count ?? '' }} |
- {{$usuario->saldo->valor ?? '' }} |
+ @if(!empty($usuario->saldo->valor))
+ {{number_format($usuario->saldo->valor) ?? '' }} |
+ @endif
+ |
@if (auth()->user()->rol->nombre == 'super')
|