# Site Settings Manage your site's appearance (logo, favicon, colors) from the admin panel. ## Overview Site settings are stored in the database using [spatie/laravel-settings](https://github.com/spatie/laravel-settings) and managed via Filament. **Admin Location:** `/admin` → Settings → Appearance ## Available Settings | Setting | Type | Description | |---------|------|-------------| | `site_name` | String | Site name (used in title, emails) | | `logo` | Image | Header logo | | `favicon` | Image | Browser favicon (32x32) | | `primary_color` | Color | Primary brand color | | `secondary_color` | Color | Secondary/accent color | | `dark_mode` | Boolean | Enable dark mode toggle | | `footer_text` | Text | Footer copyright text | ## Usage in Blade Templates ### Helper Functions ```blade {{-- Site name --}}