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.

Payment gateway

Connect Paystack, Flutterwave, or Hubtel. Ticket and contribution payments go 100% to you — 0% Ladill platform fee. Pro & Business only.

@if ($canUsePaymentGateway ?? false)
@if ($gateway?->isConfigured())

Gateway connected ({{ ucfirst($gateway->provider) }}).

@else

Paid checkouts stay disabled until a gateway is connected.

@endif @else

Your own payment gateway is a Pro feature

Upgrade to Pro or Business to connect Paystack, Flutterwave, or Hubtel for paid tickets and contributions with 0% Ladill fee.

View plans →
@endif

Messaging integrations

Configure SMS and email credentials for outbound messages.

Open messaging integrations →

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