Update show-servicios.blade.php

This commit is contained in:
lizandrogd
2024-03-09 20:22:37 -05:00
parent a86847cb4b
commit c83845be28
@@ -97,7 +97,7 @@
$this->tarifa = $tarifa;
@endphp
@if ($tarifa['estado'] == 'activo')
@if ($con == $tarifa['usuario_tarifas'])
@if ($con = $tarifa['usuario_tarifas'])
@if ($con[0]['visible'] == 'true')
<button wire:click="cargartarjetaPlan({{ $tarifa['id'] }})"
class="shadow-lg text-white py-4 px-3 rounded-lg bg-gradient-to-br from-black