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

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.

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