{{-- /admin/settings/privacy — GDPR / CCPA cookie consent + ADA accessibility. Drives partials/cookie-consent.blade.php (sticky bar + granular modal) and partials/site-analytics.blade.php (which honours the consent cookie category-by-category). --}}
{{ __('Admin') }} {{ __('Settings') }} {{ __('Privacy & ADA') }}
@csrf @method('PATCH')
{{ __('Admin · Compliance') }}

{{ __('Privacy,') }} {{ __('GDPR & ADA') }}.

{{ __('Cookie consent banner, policy URLs, GDPR/CCPA compliance, and WCAG accessibility toggles. Same setting feeds the consent UI and gates every analytics integration.') }}

{{ __('All settings') }}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ __('Please fix the highlighted fields:') }}
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
{{-- Cookie consent --}}
{{ __('Cookie consent') }}

{{ __('Banner & policy') }}

{{-- Regional compliance --}}
{{ __('Regional compliance') }}

{{ __('GDPR & CCPA') }}

{{-- ADA / WCAG --}}
{{ __('Accessibility') }}

{{ __('ADA / WCAG') }}

{{ __('US Americans-with-Disabilities-Act + WCAG 2.1 AA-level affordances visitors can toggle.') }}