diff --git a/app/Http/Livewire/ShowPlanes.php b/app/Http/Livewire/ShowPlanes.php index 4d08333..88b15d6 100755 --- a/app/Http/Livewire/ShowPlanes.php +++ b/app/Http/Livewire/ShowPlanes.php @@ -123,7 +123,7 @@ class ShowPlanes extends Component if ($this->servicio_modTarifas) { $this->tarifas = Tarifas::with('rol') ->where('servicio_id', $this->servicio_modTarifas) - ->where('estado', 'activo') + // ->where('estado', 'activo') ->get(); } diff --git a/resources/views/livewire/show-index-categoria.blade.php b/resources/views/livewire/show-index-categoria.blade.php index 8f356e5..76fe771 100755 --- a/resources/views/livewire/show-index-categoria.blade.php +++ b/resources/views/livewire/show-index-categoria.blade.php @@ -1,8 +1,8 @@
|
-
-
-
+
+
|
@endforeach
@@ -51,7 +48,7 @@
-
+
| Rol | +Estado | +Rol | Pantallas | Valor | Dias | @@ -804,6 +805,13 @@ @if (!empty($tarifas)) @foreach ($tarifas as $tarifa)
|---|---|---|---|---|---|
| + @if ($tarifa->estado == 'activo') + + @else + + @endif + | {{ $tarifa->rol->nombre ?? '' }} | {{ $tarifa->pantallas ?? '' }} | {{ $tarifa->valor ?? '' }} | diff --git a/resources/views/livewire/show-promociones.blade.php b/resources/views/livewire/show-promociones.blade.php index 393b7ff..1da00c3 100755 --- a/resources/views/livewire/show-promociones.blade.php +++ b/resources/views/livewire/show-promociones.blade.php @@ -85,12 +85,9 @@
|
-
+
-
|
diff --git a/resources/views/livewire/show-servicio.blade.php b/resources/views/livewire/show-servicio.blade.php
index 1438198..a6ae2d6 100755
--- a/resources/views/livewire/show-servicio.blade.php
+++ b/resources/views/livewire/show-servicio.blade.php
@@ -106,9 +106,7 @@
|
- |
@endforeach
@@ -391,7 +390,7 @@
@php
$n = 0;
@endphp
-
+
@foreach ($cuentas->cuentas->unique() as $cuenta)
@php
$n++;
@@ -565,7 +564,7 @@
*Usuario:* {{ trim($cuenta->correo) }}
*Contraseña:* {{ trim($cuenta->password) }}
@endforeach
-
+