diff --git a/resources/css/app.css b/resources/css/app.css
index 7339476..0836cda 100644
--- a/resources/css/app.css
+++ b/resources/css/app.css
@@ -72,7 +72,7 @@
--color-warning: #ed6c02;
--color-info: #0288d1;
- --color-bg-main: #f0f4f9;
+ --color-bg-main: #FAFBFF;
--color-bg-sidebar: #ffffff;
--color-bg-card: #ffffff;
--color-bg-card-soft: #eef2f6;
@@ -270,3 +270,50 @@ select.form-input {
@import "./login.css";
+@media (min-width: 1024px) {
+ body.sidebar-collapsed .sidebar {
+ width: 80px !important;
+ min-width: 80px !important;
+ }
+
+ body.sidebar-collapsed .sidebar span {
+ display: none !important;
+ }
+
+ body.sidebar-collapsed .sidebar nav {
+ padding-left: 0.5rem !important;
+ padding-right: 0.5rem !important;
+ }
+ body.sidebar-collapsed .sidebar a {
+ justify-content: center !important;
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+ gap: 0 !important;
+ }
+
+ body.sidebar-collapsed #sidebar-profile div.flex-col,
+ body.sidebar-collapsed #sidebar-profile svg {
+ display: none !important;
+ }
+
+ body.sidebar-collapsed #sidebar-profile {
+ justify-content: center !important;
+ padding-left: 0.75rem !important;
+ padding-right: 0.75rem !important;
+ }
+
+ body.sidebar-collapsed .sidebar div.xl\:flex {
+ display: none !important;
+ }
+
+ body.sidebar-collapsed .sidebar img[alt="GMO-Z.com RUNSYSTEM"] {
+ display: none !important;
+ }
+
+ body.sidebar-collapsed .sidebar div.shrink-0 {
+ padding-left: 0.5rem !important;
+ padding-right: 0.5rem !important;
+ justify-content: center !important;
+ }
+}
+
diff --git a/resources/views/admin/users/create.blade.php b/resources/views/admin/users/create.blade.php
index 75723d8..ef1ea9e 100644
--- a/resources/views/admin/users/create.blade.php
+++ b/resources/views/admin/users/create.blade.php
@@ -2,5 +2,16 @@
@section('title', 'Thêm User Mới')
@section('content')
-
+ Tạo tài khoản nhân viên mới và thiết lập các thông tin cơ bản. +
++ Quản lý thông tin thẻ và theo dõi lịch sử nhận gửi của nhân viên. +
++ Xem danh sách nhân viên, cấp phát thẻ và cập nhật trạng thái làm việc. +
+
+ Bạn có chắc chắn muốn reset toàn bộ số card hiện tại của các user về 0?
Hành động này thường chỉ thực hiện vào cuối tháng và không thể hoàn tác.
+
| MSNV | -Nhân viên | Đã Nhận | Đã Gửi | Số dư thẻ | @@ -20,24 +20,29 @@Thao tác | ||
|---|---|---|---|---|---|---|---|
| {{ $u->msnv }} | -{{ $u->mail }} | +
+
+ {{ $u->name }}
+ {{ $u->mail }}
+
+ |
+{{ $u->total_received }} | {{ $u->total_sent }} | {{ $u->card }} | @if($u->flag_send) - Được gửi + Được gửi @else - Không + Không @endif | - Quản lý - + Quản lý + |