Update show-usuarios.blade.php
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
@endif
|
||||
</td>
|
||||
|
||||
@if ($usuarioTarifa->visible !== 'activo')
|
||||
@if ($usuarioTarifa->visible !== 'true')
|
||||
<td class="pl-[2rem] flex"><input type="checkbox" disabled readonly checked class="mx-auto p-2 rounded-full text-black"></td>
|
||||
@else
|
||||
<td class="pl-[2rem] flex"><input type="checkbox" disabled readonly class="mx-auto p-2 rounded-full text-black"></td>
|
||||
|
||||
Reference in New Issue
Block a user