Update show-servicios.blade.php
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
@endphp
|
||||
@if ($tarifa['estado'] == 'activo')
|
||||
@if ($con = $tarifa['usuario_tarifas'])
|
||||
@if ($con[0]['visible'] == 'true')
|
||||
@if ($con[0]['visible'] == 'activo')
|
||||
<button wire:click="cargartarjetaPlan({{ $tarifa['id'] }})"
|
||||
class="shadow-lg text-white py-4 px-3 rounded-lg bg-gradient-to-br from-black
|
||||
(via-[{{ $servicio['color_fondo'] }}],90%) to-[{{ $servicio['color_fondo'] }}]">
|
||||
|
||||
Reference in New Issue
Block a user