Files
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

21 lines
1.2 KiB
PHP

<x-app-layout :title="$title">
<x-settings.page :title="$title" :description="$description">
<div class="mb-4 flex flex-wrap items-center gap-2 text-sm">
<a href="{{ route('frontdesk.settings') }}" class="text-slate-500 hover:text-slate-800">Settings</a>
<span class="text-slate-300">/</span>
<span class="font-medium text-slate-900">{{ $title }}</span>
</div>
<x-settings.card title="Upgrade your plan">
<p class="text-sm text-slate-600">
GHS {{ number_format($proPriceMinor / 100, 0) }} / branch / month for Pro from your Ladill wallet
provided visitor kiosks, multi-branch locations, team roles, and integrations. Enterprise adds unlimited alerts and custom badge templates.
</p>
<div class="mt-4 flex flex-wrap items-center gap-3">
<a href="{{ route('frontdesk.pro.index') }}" class="btn-primary">View plans</a>
<a href="{{ route('frontdesk.wallet') }}" class="text-sm font-medium text-indigo-600 hover:text-indigo-800">Top up</a>
</div>
</x-settings.card>
</x-settings.page>
</x-app-layout>