{{ __('Branding Settings') }}

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH')

Site Identity

Configure your site name and tagline

This appears in the browser tab and page headers

A short description of your platform

Text to display in the footer

Logo

Upload your site logo (recommended: PNG or SVG, max 2MB)

@if(isset($settings['site_logo']) && $settings['site_logo'])
Current Logo
@else
No logo
@endif

Accepted formats: PNG, JPG, SVG, GIF. Max size: 2MB

@if(isset($settings['site_logo']) && $settings['site_logo']) Remove current logo @endif

Favicon

Small icon displayed in browser tabs (recommended: ICO or PNG, 32x32px)

@if(isset($settings['site_favicon']) && $settings['site_favicon'])
Current Favicon
@else
@endif

Accepted formats: ICO, PNG, JPG, SVG. Max size: 512KB. Recommended size: 32x32px or 16x16px

@if(isset($settings['site_favicon']) && $settings['site_favicon']) Remove current favicon @endif
{{ __('Save Branding Settings') }} Cancel