@extends('layouts.app') @section('title', 'Theme & Branding') @section('content')
@if(session('success')) @endif

Visual Customization

@csrf
Color Palette
Used for buttons, links, and active sidebar items.
Background color of the top header area.
Color of links and icons in top bar.
Main content text color.
Background color of the side menu.
Text color for side menu items.
Typography
Select the primary font for the application.
@if(auth()->user()->canAccess('settings.theme'))
@endif
Customization Personalize your HR experience.
System Note

Changes to color themes and typography will apply globally upon clicking Save Settings.

@endsection