From 25789deefd38dc1a49d469fbe5fc16eaa943f6c2 Mon Sep 17 00:00:00 2001 From: Amirul Amin Date: Mon, 9 Aug 2021 22:38:54 +0800 Subject: [PATCH] wip tracking page responsive --- .../views/pages/tracking/index.blade.php | 40 +++++++++++++++++++ resources/views/partials/pagination.blade.php | 29 ++++++++++++++ resources/views/partials/search.blade.php | 8 ++++ 3 files changed, 77 insertions(+) create mode 100644 resources/views/pages/tracking/index.blade.php create mode 100644 resources/views/partials/pagination.blade.php create mode 100644 resources/views/partials/search.blade.php diff --git a/resources/views/pages/tracking/index.blade.php b/resources/views/pages/tracking/index.blade.php new file mode 100644 index 00000000..13ecf558 --- /dev/null +++ b/resources/views/pages/tracking/index.blade.php @@ -0,0 +1,40 @@ +
+ + @include('partials.search') + + +
+
+
+
+ Shipping ID: 844120110-386-303 + Status: In Transit +
+
+ +
+
+
+
+
+
+
+
Package ID
+
Delivery Address
+
Delivery Estimation
+
+
+
6288153-MY31434750
+
Home
+
20/04/2022
+
+
+
+
+
+
+
+ + + @include('partials.pagination') +
\ No newline at end of file diff --git a/resources/views/partials/pagination.blade.php b/resources/views/partials/pagination.blade.php new file mode 100644 index 00000000..feb3b155 --- /dev/null +++ b/resources/views/partials/pagination.blade.php @@ -0,0 +1,29 @@ +
+ +
\ No newline at end of file diff --git a/resources/views/partials/search.blade.php b/resources/views/partials/search.blade.php new file mode 100644 index 00000000..854a3970 --- /dev/null +++ b/resources/views/partials/search.blade.php @@ -0,0 +1,8 @@ +
+
+ +
+ +
\ No newline at end of file