promociones y planes

This commit is contained in:
Lizandro Guarnizo
2024-03-09 18:36:10 -05:00
parent ffc5027789
commit 7eb04a1c8d
2 changed files with 18 additions and 8 deletions
@@ -512,7 +512,7 @@
@else
@if (
$tarifaItem->rol_id == '5' &&
$tarifaItem->pantallas < $tarifaItem->servicio->pantallas - count($consulta_verUsuarios->historiales))
$tarifaItem->pantallas <= $tarifaItem->servicio->pantallas - count($consulta_verUsuarios->historiales))
@if ($tarifaItem->servicio->por_tiempo)
<option value="{{ $tarifaItem }}">{{ $tarifaItem->servicio->nombre }} -
{{ $tarifaItem->dias }} {{ __($tarifaItem->dias == 1 ? 'día' : 'días') }}