@component('mail::message') # Personal Data Breach Notification — GDPR Article 33 **To:** Data Protection Authority (Supervisory Authority) **From:** {{ $appName }} — {{ $appUrl }} **Date:** {{ now()->toFormattedDateTimeString() }} --- ## Notification of Personal Data Breach Pursuant to Article 33 of the General Data Protection Regulation (GDPR), we hereby notify you of a personal data breach affecting our service. @component('mail::panel') **Incident Details** - **Nature of the breach:** {{ $incident->description }} - **Severity:** {{ ucfirst($incident->severity) }} - **Date/time breach was detected:** {{ $detectedAt }} - **GDPR notification deadline:** {{ $deadline }} - **Number of individuals affected (approx.):** {{ $incident->affected_count }} @endcomponent ## Measures Taken We have taken the following immediate steps: - Identified and isolated the breach - Initiated notification to affected data subjects - Commenced internal investigation ## Controller Contact **Organisation:** {{ $appName }} **Contact:** Please reply to this email We will provide further information as our investigation progresses. Yours sincerely,
{{ $appName }} Data Protection Officer @endcomponent