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