@php $__brandName = (string) \App\Models\SystemSetting::get('app_name', config('app.name', 'WaDesk')); @endphp

{{ __('Your account is') }} {{ __('currently suspended') }}

Hi {{ auth()->user()?->name }}, an administrator has suspended this account. You can still sign in, but the rest of the app is locked until a {{ $__brandName }} admin reactivates you.

If you believe this is a mistake, please contact your workspace owner or {{ config('mail.from.address') }}.
@csrf