diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php index d72681b..cc39f16 100644 --- a/resources/views/dashboard/dashboard.blade.php +++ b/resources/views/dashboard/dashboard.blade.php @@ -131,29 +131,26 @@
JWT Status
-

JWT Status

-
-
+

Issued At

{{ optional($authUser->user_jwt_issued_at)?->toDateTimeString() ?? 'N/A' }}

-
-
+

Expires At

{{ optional($authUser->user_jwt_expires_at)?->toDateTimeString() ?? 'N/A' }}

-
-
+ +

Privileges Version

{{ $authUser->privileges_version ?? 1 }}

-
+