Files
ladill-queue/resources/views/qms/settings/pro-feature.blade.php
T
isaacclad 26c9edc131
Deploy Ladill Queue / deploy (push) Successful in 50s
Nest Branches and Team under Settings as Pro features.
Match Frontdesk: settings cards and nested routes, Pro-gated access,
and legacy /admin redirects to /settings/branches and /settings/team.
2026-07-16 09:48:32 +00:00

21 lines
1.1 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('qms.settings.edit') }}" 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
multi-branch locations, team roles, advanced routing, and Ladill-provided kiosk hardware.
</p>
<div class="mt-4 flex flex-wrap items-center gap-3">
<a href="{{ route('qms.pro.index') }}" class="btn-primary">View plans</a>
<a href="{{ route('qms.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>