@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 @if (session('upsell'))
{{ session('upsell') }}
@endif

Choose your Care 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 dedicated onboarding — contact sales for multi-site deployments.

@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

  • Core patient records
  • Appointments & consults
  • Basic workflows
@if ($planKey === 'free')

Current plan

@endif
{{-- Pro --}}

Pro

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

  • Everything in Free
  • Full clinical workflows
  • Laboratory & pharmacy
  • Encounter billing
  • Your own Paystack / Flutterwave / Hubtel
  • In-app service queues
  • Unlimited branches (billed per branch)
@if ($planKey === 'pro')

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

@elseif ($canManage)
@csrf
@else

Ask an admin to upgrade.

@endif
{{-- Enterprise --}}

Enterprise

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

  • Everything in Pro
  • Custom multi-department workflow integration
  • Advanced data analytics
  • AI-assisted healthcare integration
  • Priority support & dedicated onboarding
@if ($planKey === 'enterprise')

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

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

Ask an admin to upgrade, or contact sales for custom onboarding.

@endif Contact sales for onboarding & SLA @else

Ask an admin to upgrade.

@endif