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 -

Settings

-

{{ $organization->name }}

- - @if ($canManage) -
-
-
-

Plan

-

- @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 -

-
- @if (! $isPro) - Upgrade to Pro (GHS {{ number_format($proPriceMinor / 100, 0) }}/mo) - @endif -
-
-
-
Host emails this month
-
- @if ($freeEmailAllowance === null) - {{ number_format($monthlyUsage->email_count) }} sent (unlimited on Pro) - @else - {{ number_format($monthlyUsage->email_count) }} / {{ number_format($freeEmailAllowance) }} free - @endif -
-
-
-
Host SMS this month
-
{{ number_format($monthlyUsage->sms_count) }} sent
-
-
-

- 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). -

-
- @endif - -
- @csrf @method('PUT') - -
-

Organization

- @if ($canManage) -
- - -
-
- - -
-
- -

Shown on the visitor kiosk and employee badges. PNG, JPG, WebP, or SVG up to 2 MB.

- @if (\App\Support\OrganizationBranding::hasCustomLogo($organization)) - {{ $organization->name }} - - @endif - -
- @else -
-
Name
{{ $organization->name }}
-
Timezone
{{ $organization->timezone }}
-
- @endif -
+
+ @if ($canManage) -
-

Reception & kiosk

-
+
+
- - +

Plan & usage

+

+ @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 +
+
+
+
Host emails this month
+
+ @if ($freeEmailAllowance === null) + {{ number_format($monthlyUsage->email_count) }} sent (unlimited on Pro) + @else + {{ number_format($monthlyUsage->email_count) }} / {{ number_format($freeEmailAllowance) }} free + @endif +
- - +
Host SMS this month
+
{{ number_format($monthlyUsage->sms_count) }} sent
-
- - -
-
-
- - -
- -
-

Ladill Queue

-

Manage service queues and counters in Frontdesk. You must also enable Frontdesk integration in Ladill Queue settings.

- -
-
-

Notification channels

-

Alerts go to each host's email and/or phone — no Ladill account required.

-
- @foreach ($notificationChannels as $key => $label) - - @endforeach -
-
-
-

Notification events

-
- @foreach ($notificationEvents as $key => $label) - - @endforeach -
-
-
- - -

Comma-separated emails for the daily summary report.

+ +

+ 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 + + + @csrf @method('PUT') + +
+

Organization

+
+ @if ($canManage) +
+ + +
+
+ + +
+
+ +

Shown on the visitor kiosk and employee badges. PNG, JPG, WebP, or SVG up to 2 MB.

+ @if (\App\Support\OrganizationBranding::hasCustomLogo($organization)) + {{ $organization->name }} + + @endif + +
+ @else +
+
+
Name
+
{{ $organization->name }}
+
+
+
Timezone
+
{{ $organization->timezone }}
+
+
+ @endif
- - @endif - + @if ($canManage) +
+

Reception & kiosk

+
+
+
+ + +
+
+ + +
+
+ + +
+
-
- @if ($canManage) - -

Branches

-

{{ $branchCount }} branch{{ $branchCount === 1 ? '' : 'es' }}

-
- -

Team members

-

Manage roles and access

-
- @endif - -

Kiosk mode

-

Open self-service check-in

-
- @if ($canManage) - -

Badge template

-

Layout, photo, and QR settings

-
- -

Integrations

-

Webhooks and calendar feeds

-
- -

Employees

-

Staff roster and kiosk PINs

-
- -

Devices

-

Kiosks, printers, and hardware

-
- @endif +
+ +

Shown to guests during kiosk check-in when policies must be accepted.

+ +
+ + + +
+

Ladill Queue

+

Manage service queues and counters in Frontdesk. You must also enable Frontdesk integration in Ladill Queue settings.

+ +
+
+
+ +
+

Notifications

+
+
+

Channels

+

Alerts go to each host's email and/or phone — no Ladill account required.

+
+ @foreach ($notificationChannels as $key => $label) + + @endforeach +
+
+ +
+

Events

+
+ @foreach ($notificationEvents as $key => $label) + + @endforeach +
+
+ +
+ + +

Comma-separated emails for the daily summary report.

+
+
+
+ +
+ +
+ @endif + + +
+
+

Related settings

+

Branches, hardware, templates, and integrations.

+
+ +