@php $proPrice = number_format($proPriceMinor / 100, 0); $enterprisePerBranch = number_format($enterprisePricePerBranchMinor / 100, 0); $enterpriseTotal = number_format($enterprisePriceMinor / 100, 0); @endphp
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

Choose your Queue plan

Billed monthly from your Ladill wallet. Enterprise includes a one-time setup fee — contact sales for onboarding.

{{-- Free --}}

Free

GHS 0

1 branch · 5 queues

  • Core queue & tickets
  • 1 kiosk · 1 display
  • Basic analytics
@if ($planKey === 'free')

Current plan

@endif
{{-- Pro --}}

Pro

{{ $currency }} {{ $proPrice }}/mo

Unlimited branches & queues

  • Advanced routing rules
  • Unlimited kiosks & displays
  • Care & Frontdesk API
  • Reports & exports
@if ($planKey === 'pro')

Active @if ($planExpiresAt) until {{ $planExpiresAt->format('d M Y') }} @endif .

@elseif ($canManage)
@csrf
@else

Ask an admin to upgrade.

@endif
{{-- Enterprise --}}

Enterprise

{{ $currency }} {{ $enterprisePerBranch }}/branch/mo

@if ($branchCount > 0) {{ $branchCount }} active {{ str('branch')->plural($branchCount) }} = {{ $currency }} {{ $enterpriseTotal }}/mo @else Per-branch billing for multi-site @endif

  • Everything in Pro
  • Full API & integrations
  • Advanced analytics + SLA
  • Dedicated onboarding (setup fee)
@if ($planKey === 'enterprise')

Active @if ($planExpiresAt) until {{ $planExpiresAt->format('d M Y') }} @endif @if ($enterpriseBilledBranches > 0) · billed for {{ $enterpriseBilledBranches }} {{ str('branch')->plural($enterpriseBilledBranches) }} @endif .

@elseif ($canManage) @if ($canSubscribeEnterprise)
@csrf
@else

Add at least {{ $enterpriseMinBranches }} active branches, or choose Pro for a single site.

@endif Contact sales for setup & SLA @else

Ask an admin to upgrade.

@endif