@extends('layouts.app') @section('content')
@csrf
{{ __('Color Palette') }}
{{ __('Used for buttons, links, and primary elements') }}
{{ __('Primary text color for content') }}
{{ __('Live Preview') }}
{{ __('Primary Color Preview') }}
{{ __('Text Color Preview') }}
{{ __('Heading Text') }}

{{ __('This is how your text will appear on the website.') }}

{{ __('Changes will be applied across your entire website after saving.') }}
@endsection