@if (Auth::check())
会员中心
@else
登陆
|
注册
@endif
解决方案
@if (Auth::check())
会员中心
退出登陆
@else
登陆
注册
@endif
关于我们