From 9ef166d51024fe081c090904fc2d6d6f0dff78a0 Mon Sep 17 00:00:00 2001 From: JWB Date: Sun, 11 Dec 2022 16:49:25 -0500 Subject: [PATCH 1/4] updated users search box & table-responsive Put the users search box within a input group to look nicer, and wrapped the table within the row, col-12 and table-responsive tags for better mobile usability. In order to fix the overflow issue in mobile for the tables, we will need to put the side panel on a grid / col combo so the rest of the page falls under that and then use the collapse utility that bootstrap provides to open and close the side nav. --- resources/views/panel/users.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/panel/users.blade.php b/resources/views/panel/users.blade.php index 58f32d2..bc608d6 100755 --- a/resources/views/panel/users.blade.php +++ b/resources/views/panel/users.blade.php @@ -4,17 +4,21 @@ - -

Users

@csrf -
- - +
+
+
+ +
+ +
+
+
Users: @@ -23,7 +27,7 @@ Vip - Admin -
+
@@ -58,7 +62,7 @@ @endforeach
-
+
+ Add new user