@extends('layouts/contentNavbarLayout') @section('title', 'General Settings - Website') @section('content')

General Website Settings

Preview Site
@if(session('success'))
{{ session('success') }}
@endif
@csrf
Color Scheme
@error('primary_color')
{{ $message }}
@enderror
Used for buttons, links, and accents
@error('secondary_color')
{{ $message }}
@enderror
Used for text and subtle elements
SEO Settings
@error('meta_description')
{{ $message }}
@enderror
Appears in Google search results
@error('meta_keywords')
{{ $message }}
@enderror
Comma-separated keywords
Advanced Customization
Advanced Users Only: Incorrect code may break your website. Test carefully.
@error('custom_css')
{{ $message }}
@enderror
Add custom styles to override default design
@error('custom_js')
{{ $message }}
@enderror
Add custom scripts or tracking codes (Google Analytics, etc.)
Cancel
@endsection @section('page-script') @endsection