Settings / Branding

Settings

Make it yours — logo, colors, email tone.

@csrf @method('PATCH') Logo PNG, JPG, SVG, or WebP up to 2MB. Shown in the sidebar and landing nav. @if ($settings->logo_path)
Current logo
@endif @error('logo')

{{ $message }}

@enderror
Primary color Drives buttons, links, and accents across the whole app.
@error('primary_color')

{{ $message }}

@enderror
Email signature Appended to outbound contact emails. Plain text. {{ old('email_signature', $settings->email_signature) }} Save changes