@php $settings = $organization->settings ?? []; @endphp
@if ($canManage)

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

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
@if ($canManage)

Reception & kiosk

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.