|
{{--
| --}}
Dear {{ $updatedFields['name'] }},
We wanted to let you know that the personal details associated with your user account have been successfully updated. Here is a summary of the changes:
@foreach ($updatedFields as $field => $newValue) @if (isset($oldValues[$field]) && $oldValues[$field] !== $newValue){{ ucfirst(str_replace(['_', '-'], ' ', $field)) }}: - {{ $oldValues[$field] }} → {{ $newValue }}
@endif @endforeachPlease review your account to ensure that these updates are accurate. If you did not request these changes or suspect any unauthorized activity, please contact our support team immediately at {{ env('MAIL_SUPPORT_TEAM') }}.
Thank you for choosing {{ env('APPLICATION_NAME') }}. As always, we are here to assist and ensure the security of your account.
Best regards,
{{ env('APPLICATION_NAME') }}
{{ env('APPLICATION_NAME') }}