@extends('admin.layouts.master') @section('title', __('Components / System')) @section('has-content-sidebar', 'has-content-sidebar') @section('content-sidebar') @include('admin.settings.content-sidebar') @endsection @section('content')

{{ __('Components / System') }}

{{ __('Manage your additional components on application.') }}

{{ __('GDPR Compliance') }}

{{ __("Add GDPR Compliance into your application and make your website compatible to GDPR related regulation.") }}

{{ __('Enable and display notice into website.') }}
{{ __('You can customize the text of cookie consent banner.') }}

{{ __('You can use these shortcut: :words', ['words' => '[[privacy]], [[terms]]']) }}

{{ __('Set the cookie banner style and background color.') }}
{{ __("Style & Position") }}
{{ __("BG Color") }}
{{ __('Set the label for accept and deny button.') }}
{{ __("Agree Button") }}
{{ __("Deny Button") }}
{{ __('Enable to allow users to deny the cookie consent.') }}
{{ __("Note: Analytics code block will be removed if user denied.") }}
@csrf
@include('admin.settings.social')
@endsection