{{ t('Close account') }}
{{ t('You are sure you want to close your account?') }}
@if ($user->can(\App\Models\Permission::getStaffPermissions()))
{{ t('Admin users can\'t be deleted by this way.') }}
@else
@endif