@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @push('styles') @endpush @section('content')

@lang('app.menu.gdprSettings')

@lang('modules.gdpr.enableGdpr')

Enable or disable GDPR compliance features for your application

@if($gdprSetting->enable_gdpr == 1) @lang('app.enabled') @else @lang('app.disabled') @endif
@if($gdprSetting->enable_gdpr == 1) @else
@lang('modules.gdpr.gdprDisabledMessage')
@endif
@if($gdprSetting->enable_gdpr == 1) {{-- include tabs here --}} {{-- --}} @endif
@endsection @push('scripts') @endpush