{{-- Custom CSS --}}
@csrf
Custom CSS

CSS injected after compiled styles on every frontend page. Avoid </style> tags — they are stripped on output.


{{-- Import preview (shown after a file is uploaded for review) --}} @if (!empty($import_preview))
Import Preview — {{ count($import_preview['changes']) }} change(s)

Review the changes below. Nothing has been applied yet.

@foreach($import_preview['changes'] as $change) @endforeach
Setting Current value Imported value
{{ $change['key'] }}
{{ $change['label'] }}
@if($change['current'] !== null) {{ Str::limit((string)$change['current'], 80) }} @else @endif @if($change['new'] !== null) {{ Str::limit((string)$change['new'], 80) }} @else @endif
@csrf
@csrf
@endif
Export & Import Settings

Export all appearance settings and homepage section state to a JSON file, then restore them on another installation.

Export Settings (JSON)
@csrf
Only keys recognised by the registry are imported. Unknown keys are ignored.