{{-- ===== 1. Palette ===== --}}
{{-- ===== 2. Typography ===== --}}
{{ __('page-edit.font_family') }}
@foreach (['Manrope', 'Inter', 'Roboto', 'Open Sans', 'Montserrat', 'Poppins', 'Nunito', 'Raleway', 'Ubuntu', 'Rubik', 'Work Sans', 'DM Sans', 'Outfit', 'Plus Jakarta Sans', 'Space Grotesk', 'Lexend', 'Sora', 'Urbanist', 'Figtree', 'Lato', 'Onest', 'Albert Sans', 'Instrument Sans', 'Gabarito', 'Geologica', 'Red Hat Display', 'Bricolage Grotesque', 'Anybody', 'Quicksand', 'Barlow', 'Karla', 'Familjen Grotesk', 'Titillium Web', 'Hanken Grotesk', 'Wix Madefor Display', 'Atkinson Hyperlegible'] as $font)
@endforeach
{{ __('page-edit.heading_font') }}
@foreach (['Manrope', 'Inter', 'Roboto', 'Montserrat', 'Poppins', 'Raleway', 'Rubik', 'Work Sans', 'DM Sans', 'Playfair Display', 'Merriweather', 'Lora', 'Bebas Neue', 'Oswald', 'Fjalla One', 'Archivo Black', 'Unbounded', 'Red Hat Display', 'Bricolage Grotesque', 'Gabarito', 'Barlow Condensed', 'Righteous', 'Bungee', 'Spectral', 'Crimson Text', 'Familjen Grotesk', 'Comfortaa', 'Wix Madefor Display'] as $font)
@endforeach
{{ __('page-edit.preview_heading') }}
{{ __('page-edit.preview_text') }}
{{-- ===== 3. Layout ===== --}}
{{ __('page-edit.nav_style') }}
{{ __('page-edit.footer') }}
{{ __('page-edit.spacing_and_layout') }}
@php
$spaces = [
['id' => 've-space-xs', 'var' => '--space-xs', 'label' => 'space_xs', 'min' => 0.25, 'max' => 1, 'step' => 0.125, 'default' => 0.5],
['id' => 've-space-sm', 'var' => '--space-sm', 'label' => 'space_sm', 'min' => 0.5, 'max' => 1.5, 'step' => 0.125, 'default' => 0.75],
['id' => 've-space-md', 'var' => '--space-md', 'label' => 'space_md', 'min' => 0.5, 'max' => 2, 'step' => 0.25, 'default' => 1],
['id' => 've-space-lg', 'var' => '--space-lg', 'label' => 'space_lg', 'min' => 1, 'max' => 3, 'step' => 0.25, 'default' => 1.5],
['id' => 've-space-xl', 'var' => '--space-xl', 'label' => 'space_xl', 'min' => 1.5, 'max' => 4, 'step' => 0.25, 'default' => 2],
];
@endphp
@foreach ($spaces as $space)
@endforeach
{{-- ===== 4. Background ===== --}}
{{ __('page-edit.background_gradient') }}
{{ __('page-edit.bg_effects') }}
@php $bgEffects = ['none', 'dots', 'grid', 'cross', 'diagonal', 'squares', 'mesh', 'emoji', 'noise']; @endphp
@foreach ($bgEffects as $effect)
@endforeach
@can('admin.boss')
{{ __('page-edit.bg_image') }}
{{ __('page-edit.site_logo') }}
@endcan
{{-- ===== 5. Effects ===== --}}