From a5ba7581b4e2ed4d9f2c19a33803d163862bcafd Mon Sep 17 00:00:00 2001 From: armiejean Date: Wed, 16 Apr 2025 16:25:19 +0800 Subject: [PATCH] added profile page --- resources/views/pages/my-profile.blade.php | 131 +++++++++++++++++++-- 1 file changed, 124 insertions(+), 7 deletions(-) diff --git a/resources/views/pages/my-profile.blade.php b/resources/views/pages/my-profile.blade.php index 874848f..8abb345 100644 --- a/resources/views/pages/my-profile.blade.php +++ b/resources/views/pages/my-profile.blade.php @@ -3,12 +3,129 @@ @section('page_title', 'My Profile') @section('content') -
-
- My Profile +
+
+ + + + +
+
+ +
+

My Information

+
+ Username: + lbteksupport +
+ +
+ Access Role: + System Admin +
+
+
+
+
-
-

This is the Profile page content.

-
-
+ + + + @endsection