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

@if ($isPro) {{ $plan['label'] ?? 'Pro' }} โ€” unlimited kiosks, integrations, and unlimited host emails, billed per branch (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) }}/branch/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.

@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