fix modal clientes
This commit is contained in:
@@ -332,11 +332,9 @@
|
||||
@endif
|
||||
</tbody>
|
||||
</table>
|
||||
<div><span
|
||||
class="font-semibold text-gray-700">Email:</span>{{ $consulta_verUsuarios->correo ?? '' }}
|
||||
<div><span class="font-semibold text-gray-700">Email:</span>{{ $consulta_verUsuarios->correo ?? '' }}
|
||||
</div>
|
||||
<div><span
|
||||
class="font-semibold text-gray-700">Password:</span>{{ $consulta_verUsuarios->password ?? '' }}
|
||||
<div><span class="font-semibold text-gray-700">Password:</span>{{ $consulta_verUsuarios->password ?? '' }}
|
||||
</div>
|
||||
<div class="flex justify-end">
|
||||
@if ($consulta_verUsuarios)
|
||||
|
||||
Reference in New Issue
Block a user