@extends('admin.layouts.app') @section('title', 'Theme Settings') @section('content')

Theme Customization

Back
@if ($errors->any())
Validation Errors
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Color Schemes
@csrf @method('PUT')
Main brand color used for headers and key elements
Buttons, links, and interactive elements
Highlights and special offers
Success messages and confirmations
Warning messages and alerts
Errors, deletions, and destructive actions
Text and dark backgrounds
Light backgrounds

Live Preview
Note: Color changes apply immediately to the entire site after saving.
Cancel
@endsection