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