Cargando
{{ $usuario->name ?? '' }}
Tarifas: {{ $usuario->countActiveTarifas() ?? 0 }}, Promos: {{ $usuario->countActivePromos() ?? 0 }}
{{ $actionMenuUser->name }}
{{ $actionMenuUser->email }}
Personalización de precios para {{ $usuario_nombre }}
Utilidad
@if (auth()->user()->rol->nombre === 'super' || auth()->user()->rol->nombre === 'administrador') @else @endif| Servicio | Oculto | Tarifa | ||
|---|---|---|---|---|
| {{ $usuarioTarifa->tarifa->servicio->nombre ?? '' }} | @if ($usuarioTarifa->visible !== 'true')@else | @endif | ${{ $usuarioTarifa->precio ?? '' }} |
Personalización de precios para {{ $usuario_nombre }}
Utilidad
@if (auth()->user()->rol->nombre === 'super' || auth()->user()->rol->nombre === 'administrador') @else @endif| Promocion | Oculto | Precio | Utilidad | ||
|---|---|---|---|---|---|
| {{ $usuarioPromo->promocion->nombre ?? '' }} | @if ($usuarioPromo->visible != 'true')@else | @endif | ${{ $usuarioPromo->precio ?? '' }} | ${{ $usuarioPromo->utilidad ?? '' }} |
{{ number_format($saldo_actual) }}
@php $valor_recargar = str_replace([',', '.'], '', $valor_recargar); @endphp @if (!empty($valor_recargar)) {{ number_format((int) $saldo_actual + (int) $valor_recargar) }} @else {{ number_format((int) $saldo_actual) }} @endif
{{ number_format($saldo_actual) }}
{{ number_format((int) $saldo_actual - (int) $valor_recargar) }}
| Estado | Rol | Valor | Utilidad | ||
|---|---|---|---|---|---|
| @if ($tarifa->visible == 'activo') @else @endif | {{ $tarifa->rol->nombre ?? '' }} | {{ number_format($tarifa->precio) ?? 0 }} | {{ number_format($tarifa->utilidad) ?? 0 }} |