@extends('layouts.admin') {{-- Or your main admin layout --}} @section('title', 'Edit AI Style Preset') @section('header_title', 'Edit AI Style Preset: ' . $aiStylePreset->name) @section('content')
A brief explanation of what this style preset does.
Enter valid JSON. Refer to documentation for structure based on 'Preset Type'. Example for Color Palette: {"primary": "#3498db", "secondary": "#2ecc71"} Example for Font Scheme: {"headings": {"family": "Montserrat", "weight": "700"}, "body": "Lato"}
{"primary": "#3498db", "secondary": "#2ecc71"}
{"headings": {"family": "Montserrat", "weight": "700"}, "body": "Lato"}
Recommended size: 300x200px. Max 2MB. Uploading a new image will replace the current one.