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

@lang($pageTitle)

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

Consent

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


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

Purpose of consent

{{--Ajax Modal--}} {{--Ajax Modal Ends--}}
@endsection @push('footer-script')