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

@lang($pageTitle)

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

Right to be informed

@csrf
{{ route('client.gdpr.terms') }}
{{ route('client.gdpr.privacy') }}
@endsection @push('footer-script') @endpush