diff --git a/resources/views/components/settings/card.blade.php b/resources/views/components/settings/card.blade.php new file mode 100644 index 0000000..939f318 --- /dev/null +++ b/resources/views/components/settings/card.blade.php @@ -0,0 +1,15 @@ +@props(['title' => null, 'description' => null]) + +
{{ $description }}
+ @endif +{{ $description }}
+ @endif +Configure fields shown on printed visitor badges.
+- @if ($isPro) - {{ $plan['label'] ?? 'Pro' }} — unlimited branches and kiosks, integrations, and unlimited host emails (SMS still billed per segment). - @else - Free — one branch, one kiosk, core check-in and badges. Host alerts billed after {{ number_format($freeEmailAllowance) }} free emails per month. - @endif -
-+ @if ($isPro) + {{ $plan['label'] ?? 'Pro' }} — unlimited branches and kiosks, integrations, and unlimited host emails (SMS still billed per segment). + @else + Free — one branch, one kiosk, core check-in and badges. Host alerts billed after {{ number_format($freeEmailAllowance) }} free emails per month. + @endif +
@if (! $isPro) Upgrade to Pro (GHS {{ number_format($proPriceMinor / 100, 0) }}/mo) @endif @@ -50,17 +37,15 @@Email {{ $emailCostFormatted }} each after free allowance · SMS from {{ $smsCostFormatted }} per segment — charged to your Ladill wallet. - Hosts are notified via email or phone on their profile; linking a Ladill account is optional.
- + @endif