@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@include('sections.gdpr_settings_menu')

General GDPR Settings

@csrf
@php $access = hasAccessOf('task_settings'); @endphp @if($access['is_write'])
@endif
@endsection @push('footer-script') @endpush