Account Status Notification

Hi {{ $reviewer->name }},

Your account on Truekonnect has been updated. The current status of your account is:

{{ ucfirst($status) }}

@if($status == 'banned' && $adminMessage)

Reason provided by admin: {{ $adminMessage }}

@endif @if($status == 'active')

Welcome back! You can now continue using your account without restrictions.

@endif

If you have any questions, feel free to contact our support team.

{{-- Go to Dashboard --}}