@extends('layouts.admin', ['title' => 'Settings']) @section('admin-content')

Platform settings

Configure SMTP delivery and update your app branding without editing environment files manually.

Changes apply on the next request.
@csrf

Branding

Set the product name, app tagline, logo, and favicon used throughout the portal.

PNG, JPG, WEBP, or SVG up to 4 MB.

PNG, ICO, or WEBP up to 2 MB.

Current logo
Current logo
{{ $branding['logo_path'] }}
Used in the header and login screens.
Current favicon
Current favicon
{{ $branding['favicon_path'] }}
Used in the browser tab.
The uploaded logo is used in the app header and login screen. The favicon is used only for the browser tab and bookmark icon.

SMTP configuration

Set your outgoing mailer so password resets, notifications, and activation emails can be delivered reliably.

If you leave the SMTP password blank, the currently saved password stays unchanged.
@csrf

After saving, reload the app to confirm the updated branding and mail configuration.

@endsection