This commit is contained in:
sl 2022-08-18 09:43:06 +08:00
parent 06193e9a1c
commit baa790e60d
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@
return [
'index' => '个人中心',
'revise_info' => '修改信息',
'login' => [
'index' => '用户登录与注册',
'Home' => '首页',

View File

@ -19,11 +19,11 @@
</ul>
</div>
@endif
@if (0)
@if (1)
<div class="card mb-4 account-card">
<div class="card-header d-flex justify-content-between align-items-center">
<h5 class="card-title">{{ __('shop/account.index') }}</h5>
<a href="{{ shop_route('account.edit.index') }}" class="text-muted">修改信息</a>
<a href="{{ shop_route('account.edit.index') }}" class="text-muted">{{ __('shop/account.revise_info') }}</a>
</div>
<div class="card-body">
<div class="d-flex flex-nowrap card-items py-2">