Settings @php $ed = $eventDefaults; $badgeFieldLabels = old('event_defaults.badge_fields', $ed['badge_fields'] ?? ['Company', 'Role']); @endphp

Settings

Notifications, defaults for new events, and QR preferences.

@if (session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')

Notifications

Choose what we email you about your events and account.

@error('notify_email')

{{ $message }}

@enderror

Company branding

Your logo appears in customer emails (registration confirmations, join links, and programme shares).

@if (\App\Support\AccountBranding::hasCustomLogo($settings))
Company logo
@endif
@error('logo')

{{ $message }}

@enderror

New event defaults

Pre-fill the create flow so every new event starts with your usual setup.

Extra attendee fields shown on badges (e.g. Company, Role).

QR code defaults

Style applied when you design event QR codes.

Online payments

Ladill Pay is the recommended default and needs no API keys. Pro and Business may optionally select an owner gateway.

Ladill Pay is active on all plans and remains the automatic fallback.

@if ($canUsePaymentGateway ?? false)

Incomplete or invalid credentials automatically fall back to Ladill Pay.

@else

Free uses Ladill Pay only. Upgrade to Pro to optionally connect your own gateway.

@endif

Messaging

Attendee and speaker email/SMS use suite messaging by default — no Bird or SMS API keys required. Set a Ladill mailbox (From address) and optional SMS sender ID under Account → Messaging. Plan allowances cover included sends; Pro overage bills your wallet.

Profile, password, and security are managed on account.ladill.com.