diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php index 9660c4d..5ee1b42 100644 --- a/resources/views/livewire/show-planes.blade.php +++ b/resources/views/livewire/show-planes.blade.php @@ -505,7 +505,8 @@ @endif @endif @else - @if ($tarifaItem->pantallas == '1' && $tarifaItem->rol_id == '5') + @if ($tarifaItem->rol_id == '5' && ($tarifaItem->pantallas < ($tarifaItem->servicio->pantallas - count($consulta_verUsuarios->historiales)))) + @if ($tarifaItem->servicio->por_tiempo) @else @@ -521,11 +522,9 @@ @endif
- - - - - + + +