@extends('layouts.app') @section('content')

System Settings

Configure platform branding and integrations.

@if(session('success'))
✅ {{ session('success') }}
@endif @if(session('error'))
❌ {{ session('error') }}
@endif

Platform Branding

@csrf
@if(!empty($settings['company_logo'])) @else No Logo @endif

SMTP Email Server

@csrf

Test Connection

Save settings first, then enter an email to test.

@csrf
@endsection