Next-Gen Property Management

Empowering your
Property Ambition

Anysio PMS provides the digital infrastructure to manage, optimize, and scale your real estate portfolio with precision.

Built for Evolution

We are rapidly building the tools you need. Every month, Anysio becomes more powerful to help you manage your property empire.

Transparent Pricing

Choose the plan that fits your current growth stage.

@foreach($packages as $package)

{{ $package->name }}

{{-- 逻辑判断开始 --}} @if($package->commission_rate > 0 && $package->price == 0) {{-- 如果是佣金模式,显示比例 --}}

{{ $package->formatted_commission }}

@else {{-- 否则显示价格 --}}

{{ $package->formatted_price }}

@endif

{{ $package->price_mode }}

{{-- 逻辑判断结束 --}}
    {{-- 基础额度 --}}
  • {{ $package->base_lease }} Base Leases Included
  • {{-- 扩容上限 --}}
  • Up to {{ $package->max_lease_limit }} Total Leases
  • {{-- 超额单价 --}} @if($package->max_lease_limit)
  • + {{ $package->formatted_extra_price }} per extra lease
  • @endif
Select {{ $package->name }}
@endforeach