@extends('layouts.front') @section('page-title', trans('crm.gdpr')) @section('content')
@include('partials.announcement')

@lang('crm.gdpr_short')

@include('partials.front-custom-menu')
@include('partials.messages')

@lang('crm.gdpr_right_of_access')

@lang('crm.edit_my_information')
@if(is_gdpr() && get_option('gdpr_contact_enable_right_to_be_forgotten') == '1')

@lang('crm.gdpr_right_to_erasure')

@lang('crm.request_data_removal')
@endif @if(is_gdpr() && get_option('gdpr_data_portability_contacts') == '1')

@lang('crm.gdpr_right_to_data_portability')

@lang('crm.export_my_data')
@endif @if(is_gdpr() && false)

@lang('crm.kyc_verification')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset(get_client(Auth::user()->client_id)->kyc_confirmed) ? get_client(Auth::user()->client_id)->kyc_confirmed : '') !!} @lang('crm.kyc_submit')
@endif @if(is_gdpr())

@lang('crm.kyc_amld5')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset(get_client(Auth::user()->client_id)->kyc_amld5_confirmed) ? get_client(Auth::user()->client_id)->kyc_amld5_confirmed : '') !!} @lang('crm.kyc_submit')
@endif @if(is_gdpr() && get_option('gdpr_enable_terms_and_conditions') == '1')

@lang('crm.gdpr_right_to_be_informed')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['terms-conditions']) ? $consent_statuses['terms-conditions'] : '') !!} @lang('crm.terms_and_conditions')
@endif @if(is_gdpr())

@lang('crm.gdpr_general_short')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['gdpr']) ? $consent_statuses['gdpr'] : '') !!} @lang('crm.gdpr_general_short')
@endif {{--@if(is_gdpr() && get_option('gdpr_enable_consent_for_contacts') == '1')

@lang('crm.gdpr_consent')

@lang('crm.gdpr_consent')
@endif--}} @if(is_gdpr() && get_option('gdpr_enable_risk_disclosure') == '1')

@lang('crm.gdpr_risk_disclosure')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['risk-disclosure']) ? $consent_statuses['risk-disclosure'] : '') !!} @lang('crm.gdpr_risk_disclosure')
@endif @if(is_gdpr() && get_option('consent_enable_real_beneficiary'))

@lang('crm.consent_real_beneficiary')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['real_beneficiary']) ? $consent_statuses['real_beneficiary'] : '') !!} @lang('crm.consent_real_beneficiary')
@endif @if(is_gdpr() && get_option('consent_enable_crs'))

@lang('crm.consent_crs')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['crs']) ? $consent_statuses['crs'] : '') !!} @lang('crm.consent_crs')
@endif @if(is_gdpr() && get_option('consent_enable_fatca'))

@lang('crm.consent_fatca')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['fatca']) ? $consent_statuses['fatca'] : '') !!} @lang('crm.consent_fatca')
@endif @if(is_gdpr() && get_option('consent_enable_mandate'))

@lang('crm.consent_mandate_contract')

{!! \CRM\Support\Enum\UserConsentStatus::html(isset($consent_statuses['mandate']) ? $consent_statuses['mandate'] : '') !!} @lang('crm.consent_mandate_contract')
@endif
@if(is_gdpr() && get_option('gdpr_contact_enable_right_to_be_forgotten') == '1') @endif @stop @section('styles') @stop @section('scripts') @stop