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

{{ $pageTitle }}

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

Right to erasure

{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'POST']) !!}

Leads to erasure

{!! Form::close() !!}

Removal Requests

@endsection @push('footer-script')