@extends('layouts.app') @section('page-header') @endsection @section('content')
@csrf
{{ __('Enable GDPR Cookies') }}
{{ __('Disable Page Interaction') }}
{{ __('Hide from Bots') }}
{{ __('Enable Dark Mode') }}
{{ __('Cookie Valid Days') }}
{{ __('Consent Modal Layout') }}
{{ __('Consent Modal Position') }}
{{ __('Preferences Modal Layout') }}
{{ __('Preferences Modal Position') }}
@endsection