@extends('backend.settings.setting-layout') @section('title') {{ __('gdpr_cookie_consent') }} @endsection @section('breadcrumbs')

{{ __('gdpr_cookie_consent') }}

@endsection @section('breadcrumbs')

{{ __('settings') }}

@endsection @section('website-settings')

{{ __('cookies_settings') }}

@method('PUT') @csrf
allow_cookies ? 'checked' : '' }} name="allow_cookies" data-on-text="{{ __('yes') }}" data-off-color="warning" data-off-text="{{ __('no') }}" data-size="large" value="1">
force_consent ? 'checked' : '' }} name="force_consent" data-on-text="{{ __('yes') }}" data-off-color="warning" data-off-text="{{ __('no') }}" data-size="large" value="1">
darkmode ? 'checked' : '' }} name="darkmode" data-on-color="dark" data-on-text="{{ __('dark') }}" data-off-color="light" data-off-text="{{ __('light') }}" data-size="large" value="1">
@if (userCan('setting.update'))
@endif
@endsection @section('style') @endsection @section('script') @endsection