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