@extends('emails.layouts.base') @section('content')
{{ __('Hello :name,', ['name' => $userName]) }}
{{ __('Good news! Your account deletion request has been successfully cancelled.') }}
{{ __('Your account and all your data will remain intact. You can continue using all features as usual.') }}
{{ __('If you did not cancel this request, please contact our support team immediately and consider changing your password.') }}
@endsection