@if(auth('web-member')->check())
getMemberInfo(auth('web-member')->id());?>
@elseif(auth('web-company')->check())
@elseif(auth('web-organization')->check())
@else
@endif
@else
@endif
@endif
{{ $memberInfo['realname'] ?: $memberInfo['email'] }}