{{-- {{ $type === 'deletion' ? 'Account Deletion Warning' : 'Inactivity Notification' }} --}} >User Inactivity Notification

>User Inactivity Notification

{{--

{{ $type === 'deletion' ? 'Your Account is Scheduled for Deletion' : 'We Miss You!' }}

--}}

Dear {{ $user->name }},

@if($type === 'deletion')

Your account has been inactive for 12 months. As per our policy, it is scheduled for deletion. If this is an error, please contact support immediately.

@else

We noticed that you have been inactive for a while. Please log in to avoid further actions on your account.

@endif

Thank you,
The {{ config('app.name') }} Team