From 96feebe60589a6836e91c008f706216362179f4b Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 2 Feb 2023 18:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/index.blade.php | 38 ++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 28007ee..cdc1c4f 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -7,7 +7,7 @@ 您需要先 登录 / 注册,才能继续使用 {{ config('app.display_name') }}。 如果您继续,则代表您已经阅读并同意 服务条款 + class="text-decoration-underline">服务条款
您需要先 登录 / 注册,才能继续使用 {{ config('app.display_name') }}。
如果您继续,则代表您已经阅读并同意 服务条款
ID: {{ $user->id }}
Email: {{ $user->email }}
年龄: {{ $user->birthday_at->age . ' 岁' }}
注册时间: {{ $user->created_at }}
验证时间: {{ $user->email_verified_at }}
实人认证时间: {{ $user->real_name_verified_at }}