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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@if($gdpr->top_information_block)
{!! $gdpr->top_information_block !!}
@endif @if($gdpr->terms || $gdpr->policy || $gdpr->customer_footer )
Right to be informed

Terms and condition
@endif @if($gdpr->public_lead_edit )
Right of access

Edit My information
@endif @if($gdpr->data_removal )
Right to erasure

@endif @if($gdpr->enable_export )
Right to data portability

Export my data
@endif @if($gdpr->consent_customer )
Consent

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