getUser()->getIdentity();
/**
*
* @author FilamentV
* @copyright (c), Thread
*/
?>
=$user['profile']['first_name'].' '.$user['profile']['last_name']?>
- = Html::a(' ' . Yii::t('user', 'Private Office'), ['/user/profile/index'], [
'class' => ''
]) ?>
- = Html::a(' ' . Yii::t('user', 'Login Out'), ['/user/logout/index'], [
'class' => ''
]) ?>