promociones y planes
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user