@extends('layouts.admin') @section('title', 'Theme Configuration') @section('content')
Customize Colors
Change your application's color scheme
@csrf
Primary Colors
Main brand color used for buttons and links
Used for hover states
Background Colors
Used for cards and modals
Used for form inputs
Quick Color Schemes
Apply predefined color schemes
@foreach($availableSchemes as $schemeName => $scheme)
{{ $schemeName }}
{{ $scheme['primary'] }}
@endforeach
Live Preview
Sample Primary Text
@endsection @push('scripts') @endpush