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

Choose your Frontdesk plan

Pay monthly from your Ladill wallet, or prepay 6/12/24 months via Paystack for Pro. Enterprise is custom — contact sales for multi-site onboarding.

@foreach ($prepaidMonths as $months) @endforeach
{{-- Free --}}

Free

GHS 0

1 branch · 1 kiosk

  • Core check-in & badges
  • 100 host emails / month
  • Watchlist & hosts
@if ($planKey === 'free')

Current plan

@endif
{{-- Pro --}}

Pro

Unlimited branches & kiosks

  • Unlimited host email alerts
  • Webhooks & iCal feeds
  • Scheduled report exports
  • Custom badge templates
@if ($planKey === 'pro')

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

SMS host alerts bill at platform rates from your wallet.

@elseif ($canManage)
@csrf
@else

Ask an admin to upgrade.

@endif
{{-- Enterprise --}}

Enterprise

Custom

Multi-site · SLA · dedicated onboarding

  • Everything in Pro
  • Custom integrations
  • Volume SMS rates
  • Dedicated support & SLA
@if ($planKey === 'enterprise')

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

@elseif ($canManage) Contact sales

Includes one-time setup fee

@else

Ask an admin to contact sales.

@endif