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

{{ __($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 )
@lang('modules.gdpr.rightToInform')

@lang('modules.gdpr.termCondition')
@endif @if($gdpr->public_lead_edit )
@lang('modules.gdpr.rightOfAccess')

@lang('modules.gdpr.editInformation')
@endif @if($gdpr->data_removal )
@lang('modules.gdpr.rightToErasure')

@endif @if($gdpr->enable_export )
@lang('modules.gdpr.rightToDataProtability')

@lang('modules.gdpr.exportData')
@endif @if($gdpr->consent_customer )
@lang('modules.gdpr.consent')

@lang('modules.gdpr.consent')
@endif
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush