From ee63a3d09a047b9bae8cf65293cefbe816a3f7c6 Mon Sep 17 00:00:00 2001 From: armiejean Date: Wed, 16 Apr 2025 15:22:16 +0800 Subject: [PATCH] added system parameters page --- .../views/pages/system-parameters.blade.php | 184 +++++++++++++++++- 1 file changed, 177 insertions(+), 7 deletions(-) diff --git a/resources/views/pages/system-parameters.blade.php b/resources/views/pages/system-parameters.blade.php index 22a4a64..4fca36e 100644 --- a/resources/views/pages/system-parameters.blade.php +++ b/resources/views/pages/system-parameters.blade.php @@ -3,12 +3,182 @@ @section('page_title', 'System Parameters') @section('content') -
-
- System Parameters +
+
System Parameters
-
-

This is the System Parameters page content.

+
+
+
+ +

Company Logo

+
+ + +
+ + +

GPS Radius

+
+ + +
+ + +

Customer Service Details

+
+ + +
+
+ + +
+ + +

System Administrator Details

+
+ + +
+ + +

Information Guide Details

+
+ + +
+ + +

Android Version Update

+
+ + +
+
+ + +
+
+ + +
+ + +

iOS Version Update

+
+ + +
+
+ + +
+
+ + +
+ + +

Update Details

+
+ +
+ + +
+ +
+
+
-
-@endsection + + + + +@endsection \ No newline at end of file