From fc072e71beb311cc20b48d5bcd5961cf97a00a7b Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 08:20:38 +0000 Subject: [PATCH] Highlight Ladill-provided kiosks on Pro and Enterprise plans. Surface hardware kiosk provision in plan benefits, upgrade banners, and settings copy so paid tiers clearly include supplied visitor kiosks. --- config/frontdesk.php | 2 +- resources/views/frontdesk/integrations/upgrade.blade.php | 2 +- resources/views/frontdesk/pro/index.blade.php | 6 ++++-- resources/views/frontdesk/settings/edit.blade.php | 2 +- resources/views/frontdesk/settings/pro-feature.blade.php | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/frontdesk.php b/config/frontdesk.php index b8a828d..b9b2218 100644 --- a/config/frontdesk.php +++ b/config/frontdesk.php @@ -355,7 +355,7 @@ return [ 'upgrade_banner' => [ 'title' => 'Unlock Frontdesk Pro or Enterprise', - 'description' => 'Unlimited kiosks, webhooks, iCal sync & scheduled reports — from GHS 990/branch/mo.', + 'description' => 'Ladill-provided visitor kiosks, multi-branch, team, webhooks & reports — from GHS 990/branch/mo.', 'route' => 'frontdesk.pro.index', ], diff --git a/resources/views/frontdesk/integrations/upgrade.blade.php b/resources/views/frontdesk/integrations/upgrade.blade.php index 0b5a3b5..8bd2322 100644 --- a/resources/views/frontdesk/integrations/upgrade.blade.php +++ b/resources/views/frontdesk/integrations/upgrade.blade.php @@ -6,7 +6,7 @@

Upgrade to Pro

- GHS {{ number_format($proPriceMinor / 100, 0) }} / branch / month from your Ladill wallet — unlimited kiosks, integrations, scheduled reports, and more. + GHS {{ number_format($proPriceMinor / 100, 0) }} / branch / month from your Ladill wallet — provided visitor kiosks, integrations, scheduled reports, and more.

View Pro plans

diff --git a/resources/views/frontdesk/pro/index.blade.php b/resources/views/frontdesk/pro/index.blade.php index d6d1d11..4b8fa45 100644 --- a/resources/views/frontdesk/pro/index.blade.php +++ b/resources/views/frontdesk/pro/index.blade.php @@ -77,7 +77,7 @@

  • Core check-in & badges
  • 100 host emails / month
  • Watchlist & hosts
  • -
  • Multi-branch & team (Pro)
  • +
  • Multi-branch, team & provided kiosks (Pro)
  • @if ($planKey === 'free')

    Current plan

    @@ -98,13 +98,14 @@ = {{ $currency }} /mo

    @if ($planKey === 'pro') @@ -171,6 +172,7 @@

    • Everything in Pro
    • +
    • Ladill-provided visitor kiosks
    • Custom integrations
    • Volume SMS rates
    • Dedicated support & SLA
    • diff --git a/resources/views/frontdesk/settings/edit.blade.php b/resources/views/frontdesk/settings/edit.blade.php index 73f253f..03134b1 100644 --- a/resources/views/frontdesk/settings/edit.blade.php +++ b/resources/views/frontdesk/settings/edit.blade.php @@ -9,7 +9,7 @@

      @if ($hasPaidPlan) - {{ $plan['label'] ?? 'Pro' }} — unlimited kiosks, integrations, and unlimited host emails, billed per branch (SMS still billed per segment). + {{ $plan['label'] ?? 'Pro' }} — Ladill-provided visitor kiosks, unlimited kiosk software, integrations, and unlimited host emails, billed per branch (SMS still billed per segment). @if ($billedBranches > 0) Billed for {{ $billedBranches }} {{ str('branch')->plural($billedBranches) }} ({{ $activeBranchCount }} active). diff --git a/resources/views/frontdesk/settings/pro-feature.blade.php b/resources/views/frontdesk/settings/pro-feature.blade.php index 7f8e61b..d54979e 100644 --- a/resources/views/frontdesk/settings/pro-feature.blade.php +++ b/resources/views/frontdesk/settings/pro-feature.blade.php @@ -8,7 +8,7 @@

      Upgrade to Pro

      GHS {{ number_format($proPriceMinor / 100, 0) }} / branch / month from your Ladill wallet — - multi-branch locations, team roles, integrations, and more. + provided visitor kiosks, multi-branch locations, team roles, integrations, and more.

      View Pro plans