{{ $title }}
Success! {{ session('success') }}
@endif
@if (session('message'))
{{ session('type') == 'success' ? 'Success!' : 'Error!' }} {{ session('message') }}
@endif
Appearance Preview
Theme Preview
Primary Color: {{ $appearanceSettings->primary_color }}
LAST UPDATED
{{ $appearanceSettings->updated_at->format('M d, Y h:i A') }}
CREATED
{{ $appearanceSettings->created_at->format('M d, Y') }}
Color Palette
Primary
Secondary
Accent
Background
Card
Foreground
| Gradient | @if ($appearanceSettings->use_gradient) Enabled @else Disabled @endif |
| Gradient Direction | {{ ucwords(str_replace(['to ', '_'], ['', ' '], $appearanceSettings->gradient_direction)) }} |
| Animations | @if (!$appearanceSettings->disable_animations) Enabled @else Disabled @endif |
Custom CSS & Notes
@if($appearanceSettings->custom_css)
@else
@endif
Custom CSS Enabled
The following custom CSS is currently applied to your site:
{{ $appearanceSettings->custom_css }}
No Custom CSS
No custom CSS has been added yet. You can add custom CSS in the form on the right.
Admin Notes
{{ $appearanceSettings->notes ?: 'No admin notes available.' }}