Update show-usuarios.blade.php
This commit is contained in:
@@ -85,8 +85,9 @@
|
||||
<td>{{$usuario->historiales_venta_count ?? '' }}</td>
|
||||
@if(!empty($usuario->saldo->valor))
|
||||
<td>{{number_format($usuario->saldo->valor) ?? '' }}</td>
|
||||
@endif
|
||||
@else
|
||||
<td></td>
|
||||
@endif
|
||||
|
||||
@if (auth()->user()->rol->nombre == 'super')
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user