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

@if ($isEnterprise) Enterprise — unlimited host email & SMS alerts, custom badge templates, integrations, billed per branch. @if ($billedBranches > 0) Billed for {{ $billedBranches }} {{ str('branch')->plural($billedBranches) }} ({{ $activeBranchCount }} active). @endif @elseif ($hasPaidPlan) Pro — Ladill-provided visitor kiosks, integrations, and 5,000 email + 5,000 SMS host alerts / month, billed per branch. @if ($billedBranches > 0) Billed for {{ $billedBranches }} {{ str('branch')->plural($billedBranches) }} ({{ $activeBranchCount }} active). @endif @else Free — one branch (setup only), one kiosk, owner-only access. Multi-branch and team require Pro. Host alerts billed after {{ number_format($freeEmailAllowance) }} free emails per month. @endif

@if (! $hasPaidPlan) Upgrade to Pro (GHS {{ number_format($proPriceMinor / 100, 0) }}/branch/mo) @else Manage plan @endif
Host emails this month
@if ($freeEmailAllowance === null) {{ number_format($monthlyUsage->email_count) }} sent (unlimited) @else {{ number_format($monthlyUsage->email_count) }} / {{ number_format($freeEmailAllowance) }} included @endif
Host SMS this month
@if ($freeSmsAllowance === null) {{ number_format($monthlyUsage->sms_count) }} sent (unlimited) @elseif ($freeSmsAllowance > 0) {{ number_format($monthlyUsage->sms_count) }} / {{ number_format($freeSmsAllowance) }} included @else {{ number_format($monthlyUsage->sms_count) }} sent @endif

@if ($isEnterprise) Host email and SMS alerts are unlimited on Enterprise. @elseif ($hasPaidPlan) Pro includes 5,000 email and 5,000 SMS alerts per month. Upgrade to Enterprise for unlimited alerts and custom badge templates. @else Email {{ $emailCostFormatted }} each after free allowance · SMS from {{ $smsCostFormatted }} per segment — charged to your Ladill wallet. @endif

@endif @if ($canViewBranches || $canViewTeam) @endif
@csrf @method('PUT')
@if ($canManage)

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)

Ladill Queue

Enable queue management in Frontdesk. Also turn on Frontdesk integration in Ladill Queue.

Channels

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

Events

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