From 6b6c3515cbd9b8faada9e9f18b77821d68435b41 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 8 Apr 2026 07:02:23 -0500 Subject: [PATCH] update sidebar --- resources/views/dashboard/dashboard.blade.php | 52 ++++++++++--------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php index 39e4e7b..1e0123e 100644 --- a/resources/views/dashboard/dashboard.blade.php +++ b/resources/views/dashboard/dashboard.blade.php @@ -128,35 +128,37 @@
-
-

JWT Status

+
+
+

JWT Status

-
-
-

Issued At

-

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

+
+
+

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 }} +

+
-
-

Expires At

-

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

+
+ +
- -
-

Privileges Version

-

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

-
-
- -
- -