diff --git a/resources/views/frontdesk/settings/edit.blade.php b/resources/views/frontdesk/settings/edit.blade.php index 3fb9f85..19034e7 100644 --- a/resources/views/frontdesk/settings/edit.blade.php +++ b/resources/views/frontdesk/settings/edit.blade.php @@ -3,193 +3,235 @@ $settings = $organization->settings ?? []; @endphp -
{{ $organization->name }}
- - @if ($canManage) -- @if ($isPro) - {{ $plan['label'] ?? 'Pro' }} — unlimited branches & kiosks, integrations, and unlimited host emails (SMS still billed per segment). - @else - Free — 1 branch, 1 kiosk, core check-in & badges. Host alerts billed after {{ number_format($freeEmailAllowance) }} free emails/month. - @endif -
-- 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 (in-app bell only). -
-