Files
ladill-frontdesk/resources/views/frontdesk/integrations/upgrade.blade.php
T
isaacclad 2629e848d1
Deploy Ladill Frontdesk / deploy (push) Successful in 2m1s
Remove wallet wording from plan and upgrade action buttons.
Keep descriptive copy about Ladill wallet funding, but drop wallet
from button and CTA labels on plans and upgrade screens.
2026-07-16 08:45:50 +00:00

20 lines
1.1 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 provided visitor 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</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>