Files
ladill-frontdesk/resources/views/frontdesk/integrations/upgrade.blade.php
T
isaacclad bdbf572f19
Deploy Ladill Frontdesk / deploy (push) Successful in 47s
Bill Frontdesk Pro and Enterprise per branch.
Pro is GHS 990/branch/mo and Enterprise is GHS 1990/branch/mo, with the
Care-style branch selector UI, self-serve Enterprise checkout, and renewal
charges scaled to billed branches.
2026-07-16 00:42:34 +00:00

20 lines
1.2 KiB
PHP

<x-app-layout title="Integrations">
<div class="mx-auto max-w-lg">
<h1 class="text-xl font-semibold text-slate-900">Integrations</h1>
<p class="mt-2 text-sm text-slate-600">Webhooks, calendar feeds, and third-party connectors are included with Frontdesk Pro.</p>
<div class="mt-6 rounded-2xl border border-indigo-200 bg-indigo-50 p-6">
<h2 class="font-semibold text-indigo-900">Upgrade to Pro</h2>
<p class="mt-2 text-sm text-indigo-800">
GHS {{ number_format($proPriceMinor / 100, 0) }} / branch / month from your Ladill wallet unlimited kiosks, integrations, scheduled reports, and more.
</p>
<a href="{{ route('frontdesk.pro.index') }}" class="btn-primary mt-4 inline-flex">View Pro plans</a>
<p class="mt-3 text-xs text-indigo-700">
<a href="{{ route('frontdesk.wallet') }}" class="underline">Top up your wallet</a> if you need more balance.
</p>
</div>
<a href="{{ route('frontdesk.settings') }}" class="mt-6 inline-block text-sm text-slate-600 hover:text-slate-900">&larr; Back to settings</a>
</div>
</x-app-layout>