orderBy(['id' => SORT_DESC])->limit(8)->all(); $body = (new View())->render('@backend/widgets/dashboard/views/usersLastInfo-body', [ 'users' => $users, ]); return AdminLteBox2::widget([ 'color' => $color, 'cssclass' => 'grid-stack-item-content', 'title' => Yii::t('user', 'Users'), 'bottomtext' => Yii::t('user', 'All users'), 'bottomlink' => Url::toRoute(['/user-manage/index']), 'body' => $body, ]); } }