@php $price = number_format($priceMinor / 100, 2); @endphp
@if (session('upsell'))
{{ session('upsell') }}
@endif
Pro @if ($isPro) Active @endif

Ladill Frontdesk Pro

Everything in Free, plus unlimited scale, integrations, and unlimited host email alerts.

{{ $currency }} {{ $price }} / month

    @foreach ($proFeatures as $feature)
  • {{ $feature }}
  • @endforeach
@if ($isPro)
@if ($planExpiresAt) Pro is active until {{ $planExpiresAt->format('d M Y') }}. @else Your organization is on Frontdesk Pro. @endif

SMS host alerts still bill at Ladill platform rates from your wallet.

@elseif ($canManage)
@csrf

Billed monthly from your Ladill wallet. Host SMS remains pay-as-you-go on every plan.

@else

Ask an organization administrator to upgrade this workspace to Pro.

@endif