@php $proPerBranch = number_format($proPricePerBranchMinor / 100, 0); $enterprisePerBranch = number_format($enterprisePricePerBranchMinor / 100, 0); $initialBranches = max(1, (int) $branchCount); @endphp
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

Choose your Queue plan

Pay monthly from your Ladill wallet, or prepay 6/12/24 months via Paystack. Pro and Enterprise are billed per branch — set how many branches to include below. Enterprise includes a one-time setup fee — contact sales for onboarding.

@foreach ($prepaidMonths as $months) @endforeach

Minimum is your current active branch count ({{ $initialBranches }}). Totals update live for Pro and Enterprise.

{{-- 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

branch(es) × {{ $currency }} {{ $proPerBranch }}/branch = {{ $currency }} /mo

  • Multi-branch locations
  • Team roles & invitations
  • Hand off tickets between queues
  • Advanced routing rules
  • Unlimited kiosks & displays
  • Ladill-provided queue kiosk, display and audio system
  • Care & Frontdesk API
  • Reports & exports
@if ($planKey === 'pro')

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

@elseif ($canManage)
@csrf
@else

Ask an admin to upgrade.

@endif
{{-- Enterprise --}}

Enterprise

branch(es) × {{ $currency }} {{ $enterprisePerBranch }}/branch = {{ $currency }} /mo

  • 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