Update show-servicios.blade.php
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
$this->tarifa = $tarifa;
|
$this->tarifa = $tarifa;
|
||||||
@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'] == 'true')
|
||||||
<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
|
||||||
|
|||||||
Reference in New Issue
Block a user