This commit is contained in:
songliang 2022-08-17 09:29:20 +08:00
parent 026f5008e5
commit dd1828a94a
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,9 @@
return [
'index' => '个人中心',
'login' => '登录',
'login' => [
'index' => '用户登录与注册',
],
'wishlist' => [
'index' => '收藏列表',

View File

@ -17,7 +17,7 @@
<li class="breadcrumb-item active" aria-current="page">Library</li>
</ol>
</nav>
<div class="hero-content pb-5 text-center"><h1 class="hero-heading">用户登录与注册</h1></div>
<div class="hero-content pb-5 text-center"><h1 class="hero-heading">{{ __('shop/account.login.index') }}</h1></div>
<div class="justify-content-center row mb-5">
<div class="col-lg-5">
<div class="card">