@extends('layouts.app')
@section('content')
System Settings
Configure platform branding and integrations.
@if(session('success'))
✅ {{ session('success') }}
@endif
@if(session('error'))
❌ {{ session('error') }}
@endif
Test Connection
Save settings first, then enter an email to test.
@endsection