@extends('layouts.app') @section('content') @include('includes.header') @include('includes.inner_page_title', ['page_title'=>__('Privacy & Data Settings')])
{{__('Your consent status for data processing and privacy policy.')}}
@if($user->gdpr_consent_date){{__('You have the right to receive a copy of your personal data. Request an export and we will prepare a downloadable file containing all your information.')}}
{{__('You have the right to request deletion of your account and all associated data. This action is irreversible.')}}