Files
ladill-frontdesk/resources/views/frontdesk/integrations/upgrade.blade.php
T
isaaccladandCursor cc3d4e9a63
Deploy Ladill Frontdesk / deploy (push) Successful in 33s
Set Pro to GHS 100/mo and add sidebar Go Pro UI like Accounting.
Adds a dedicated Pro page with wallet upgrade, gradient Upgrade to Pro
button in the sidebar footer, and view composer for plan status.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 02:12:49 +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) }} / month from your Ladill wallet unlimited branches and 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>