@php $settings = $organization->settings ?? []; @endphp

Settings

{{ $organization->name }}

@csrf @method('PUT')

Organization

@if ($canManage)

Shown on the visitor kiosk instead of the Ladill Frontdesk logo. 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

@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

Devices

Kiosks, printers, and hardware

@endif