@component('emails.layouts.html', ['subject' => __('Urgent: Your profile will be deleted soon')]) {{-- Warning Banner --}}
{{ __('Urgent: Inactive profile warning') }}{{ __('Your profile will be deleted in') }}: {{ $timeRemaining }} |
{{ __('Dear') }} {{ $profile->name }},
{{-- Main message --}}{{ __('This is your second warning. Your profile has been inactive for :days days and will be automatically deleted if you do not log in soon.', ['days' => round($daysSinceLogin)]) }}
{{__('This measure maintains an active platform for our community and protects your privacy by removing outdated personal information.') }}
{{ __('This action is irreversible. We will permanently delete all your personal data. Your past transactions will remain visible to other users but will be fully anonymized.') }}
@if(!empty($accounts)) {{-- Account Balances Table --}}{{ __('Your accounts') }}
|
{{ __('All your account balances will be permanently deleted.') }}
{{ __('Balance to be deleted') }}: {{ tbFormat($totalBalance) }}
{{-- Call to action button --}}
|
{{ __('Click the button above to log in and prevent your profile from being deleted.') }}
@endcomponent