@extends('layouts.admin') {{-- Or your main admin layout --}}
@section('title', 'Create AI Style Preset')
@section('header_title', 'Create New AI Style Preset')
@section('content')
@endsection
@push('styles')
{{-- For a better JSON editing experience, consider CodeMirror or a similar library --}}
{{-- --}}
{{-- --}}
@endpush
@push('scripts')
{{-- --}}
{{-- --}}
{{-- --}}
@endpush
{{-- Create a partial for validation errors if you don't have one --}}
{{-- Example: resources/views/admin/partials/_validation_errors.blade.php --}}
{{--
@if ($errors->any())