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.

Messaging integrations

Configure SMS and email credentials for outbound messages.

Open messaging integrations →

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