Deploy Ladill Frontdesk / deploy (push) Has been cancelled
Pro includes 5,000 email and 5,000 SMS host alerts per month with hard monthly caps; Enterprise is unlimited. Custom badge templates are Enterprise-only, and plan benefit copy matches the new limits.
21 lines
1.2 KiB
PHP
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 wallet</a>
|
|
</div>
|
|
</x-settings.card>
|
|
</x-settings.page>
|
|
</x-app-layout>
|