@extends('layouts.client-app') @section('page-title')
{{ __($pageTitle) }}
@lang('app.menu.home')
{{ __($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')
@lang('modules.gdpr.requestDataRemove')
@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--}}
@lang('modules.gdpr.requestAccountRemoval')
{!! Form::open(['id'=>'removeUser','class'=>'ajax-form']) !!}
@lang('modules.offlinePayment.description')
{!! Form::close() !!}
{{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush